Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BankAppModule ¶
BankAppModule wraps SDK bank AppModule.
func NewBankAppModule ¶
func NewBankAppModule(cdc codec.Codec, keeper bankkeeper.Keeper, accountKeeper banktypes.AccountKeeper) BankAppModule
NewBankAppModule creates a new AppModule object
func (BankAppModule) DefaultGenesis ¶
func (am BankAppModule) DefaultGenesis() json.RawMessage
DefaultGenesis returns default genesis state as raw bytes for the bank module.
type BankModuleOutputs ¶
type BankModuleOutputs struct {
depinject.Out
BankKeeper bankkeeper.BaseKeeper
Module appmodule.AppModule
}
BankModuleOutputs for depinject provider
func ProvideBankModule ¶
func ProvideBankModule(in bank.ModuleInputs) BankModuleOutputs
ProvideBankModule is a depinject provider for the overwritten bank module.
Click to show internal directories.
Click to hide internal directories.