Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + const ModuleName + var GetGenesisStateFromAppState = types.GetGenesisStateFromAppState + var ModuleCdc = types.ModuleCdc + var NewGenesisCU = types.NewGenesisCU + var NewGenesisCUI = types.NewGenesisCUI + var NewGenesisCURaw = types.NewGenesisCURaw + var SetGenesisStateInAppState = types.SetGenesisStateInAppState + var ValidateGenesis = types.ValidateGenesis + func InitGenesis(ctx sdk.Context, _ *codec.Codec, cuKeeper types.CUKeeper, ...) + func NewAppModule(cuKeeper types.CUKeeper) module.AppModule + type AppModule struct + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) IterateGenesisCUs(cdc *codec.Codec, appGenesis map[string]json.RawMessage, ...) + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(_ context.CLIContext, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisCU = types.GenesisCU + type GenesisCUs = types.GenesisCUs + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, cuKeeper types.CUKeeper) GenesisState