Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModule ¶
type AppModule struct { bankmodule.AppModule // contains filtered or unexported fields }
func NewAppModule ¶
func NewAppModule(cdc codec.Codec, keeper custombankkeeper.Keeper, accountKeeper types.AccountKeeper) AppModule
NewAppModule creates a new AppModule object
func (AppModule) RegisterServices ¶
func (am AppModule) RegisterServices(cfg module.Configurator)
RegisterServices registers module services. NOTE: Overriding this method as not doing so will cause a panic when trying to force this custom keeper into a bankkeeper.BaseKeeper
Click to show internal directories.
Click to hide internal directories.