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 wrapped gov module.
func NewAppModule ¶
func NewAppModule( cdc codec.Codec, k *keeper.KeeperWrapper, ak govtypes.AccountKeeper, bk govtypes.BankKeeper, ss govtypes.ParamSubspace, ) AppModule
NewAppModule creates a new AppModule object
func (AppModule) RegisterServices ¶
func (am AppModule) RegisterServices(cfg module.Configurator)
RegisterServices registers module services. Copied from https://github.com/cosmos/cosmos-sdk/blob/7b9d2ff98d02bd5a7edd3b153dd577819cc1d777/x/gov/module.go#L270 Modified to use the fixed grpc query server
type AppModuleBasic ¶
type AppModuleBasic struct {
gov.AppModuleBasic
}
AppModuleBasic defines the basic application module used for the wrapped gov module.
Click to show internal directories.
Click to hide internal directories.