Documentation ¶
Index ¶
- Variables
- func NewAppModule() types.AppModule
- type AppModule
- type AppModuleBasic
- func (amb AppModuleBasic) DefaultGenesis() json.RawMessage
- func (amb AppModuleBasic) GetMapperAndHooks() types.MapperWithHooks
- func (amb AppModuleBasic) GetQueryCmds(cdc *amino.Codec) []*cobra.Command
- func (amb AppModuleBasic) GetTxCmds(cdc *amino.Codec) []*cobra.Command
- func (amb AppModuleBasic) Name() string
- func (amb AppModuleBasic) RegisterCodec(cdc *amino.Codec)
- func (amb AppModuleBasic) ValidateGenesis(bz json.RawMessage) error
- type Mapper
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ModuleName = "params" RegisterCodec = types.RegisterCodec MapperName = mapper.MapperName NewMapper = mapper.NewMapper GetMapper = mapper.GetMapper BuildParamKey = mapper.BuildParamKey ErrInvalidParam = types.ErrInvalidParam )
Functions ¶
func NewAppModule ¶
Types ¶
type AppModule ¶
type AppModule struct {
AppModuleBasic
}
app module
func (AppModule) ExportGenesis ¶
func (am AppModule) ExportGenesis(ctx context.Context) json.RawMessage
func (AppModule) InitGenesis ¶
func (am AppModule) InitGenesis(ctx context.Context, bapp *baseabci.BaseApp, data json.RawMessage) []abci.ValidatorUpdate
type AppModuleBasic ¶
type AppModuleBasic struct{}
app module basics object
func (AppModuleBasic) DefaultGenesis ¶
func (amb AppModuleBasic) DefaultGenesis() json.RawMessage
func (AppModuleBasic) GetMapperAndHooks ¶
func (amb AppModuleBasic) GetMapperAndHooks() types.MapperWithHooks
func (AppModuleBasic) GetQueryCmds ¶
func (amb AppModuleBasic) GetQueryCmds(cdc *amino.Codec) []*cobra.Command
func (AppModuleBasic) GetTxCmds ¶
func (amb AppModuleBasic) GetTxCmds(cdc *amino.Codec) []*cobra.Command
func (AppModuleBasic) Name ¶
func (amb AppModuleBasic) Name() string
func (AppModuleBasic) RegisterCodec ¶
func (amb AppModuleBasic) RegisterCodec(cdc *amino.Codec)
func (AppModuleBasic) ValidateGenesis ¶
func (amb AppModuleBasic) ValidateGenesis(bz json.RawMessage) error
Click to show internal directories.
Click to hide internal directories.