Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModule ¶
AppModule implements an application module for the auth module.
func NewAppModule ¶
func NewAppModule(cdc codec.Codec, accountKeeper keeper.AccountKeeper, randGenAccountsFn types.RandomGenesisAccountsFn, subspace exported.Subspace) AppModule
NewAppModule creates a new AppModule object
func (AppModule) GenerateGenesisState ¶
func (am AppModule) GenerateGenesisState(simState *module.SimulationState)
GenerateGenesisState creates a randomized GenState of the auth module
type AppModuleBasic ¶
type AppModuleBasic struct {
auth.AppModuleBasic
}
AppModuleBasic defines the basic application module used by the auth module.
func (AppModuleBasic) RegisterLegacyAminoCodec ¶
func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the auth module's types for the given codec.
Click to show internal directories.
Click to hide internal directories.