Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeginBlocker ¶
func BeginBlocker(ctx sdk.Context, k custommint.Keeper)
BeginBlocker mints new tokens for the previous block.
Types ¶
type AppModule ¶
AppModule implements an application module for the mint module.
func NewAppModule ¶
func NewAppModule( cdc codec.Codec, keeper custommint.Keeper, ak types.AccountKeeper, ic types.InflationCalculationFn, ss exported.Subspace, ) AppModule
NewAppModule creates a new AppModule object
func (AppModule) BeginBlock ¶
func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock)
BeginBlock returns the begin blocker for the mint module.
Click to show internal directories.
Click to hide internal directories.