Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModule ¶
AppModule represents a wrapper around the Cosmos SDK staking module AppModule and the Evmos custom staking module keeper.
func NewAppModule ¶
func NewAppModule( cdc codec.Codec, k *keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, ls exported.Subspace, ) AppModule
NewAppModule creates a wrapper for the staking module.
func (AppModule) RegisterServices ¶
func (am AppModule) RegisterServices(cfg module.Configurator)
RegisterServices registers module services.
type AppModuleBasic ¶
type AppModuleBasic struct {
*staking.AppModuleBasic
}
AppModuleBasic defines the basic application module used by the staking module.
Click to show internal directories.
Click to hide internal directories.