Documentation ¶
Index ¶
Constants ¶
View Source
const ( StoreKey = types.ModuleName ModuleName = types.ModuleName Minter = types.Minter Burner = types.Burner Staking = types.Staking )
Variables ¶
View Source
var ( NewKeeper = keeper.NewKeeper RegisterCodec = types.RegisterCodec ModuleCdc = types.ModuleCdc )
Functions ¶
func InitGenesis ¶
func InitGenesis(ctx sdk.Context, k Keeper, data GenesisState)
Types ¶
type GenesisState ¶
type GenesisState = types.GenesisState
func ExportGenesis ¶ added in v1.5.23
func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState
Click to show internal directories.
Click to hide internal directories.