Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitGenesis ¶
func InitGenesis(ctx sdk.Context, keeper Keeper, ak minttypes.AccountKeeper, data *minttypes.GenesisState)
InitGenesis new mint genesis
Types ¶
type Keeper ¶
type Keeper struct { Keeper mintkeeper.Keeper // contains filtered or unexported fields }
Keeper of the mint store
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, key sdk.StoreKey, paramSpace paramtypes.Subspace, sk minttypes.StakingKeeper, ak minttypes.AccountKeeper, bk minttypes.BankKeeper, feeCollectorName string, ) Keeper
NewKeeper creates a new mint Keeper instance
Click to show internal directories.
Click to hide internal directories.