mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
(no commit message provided)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package keeper
|
||||
|
||||
import (
|
||||
"github.com/onsonr/hway/x/oracle/types"
|
||||
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
)
|
||||
|
||||
// InitGenesis initializes the middlewares state from a specified GenesisState.
|
||||
func (k Keeper) InitGenesis(ctx sdk.Context, state types.GenesisState) {
|
||||
}
|
||||
|
||||
// ExportGenesis exports the middlewares state.
|
||||
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState {
|
||||
return &types.GenesisState{}
|
||||
}
|
||||
Reference in New Issue
Block a user