Versions in this module Expand all Collapse all v1 v1.2.2 Jan 27, 2022 Changes in this version + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, genState types.GenesisState) + type AppModule struct + func NewAppModule(cdc codec.Marshaler, keeper keeper.Keeper) AppModule + func (AppModule) QuerierRoute() string + func (AppModule) Route() sdk.Route + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONMarshaler) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONMarshaler, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(*codec.LegacyAmino) sdk.Querier + func (am AppModule) Name() string + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterQueryService(grpc.Server) + func (am AppModule) RegisterServices(_ module.Configurator) + type AppModuleBasic struct + func NewAppModuleBasic(cdc codec.Marshaler) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONMarshaler) json.RawMessage + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONMarshaler, config client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetQueryCmd() *cobra.Command + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) RegisterInterfaces(_ cdctypes.InterfaceRegistry) + func (a AppModuleBasic) RegisterRESTRoutes(clientCtx client.Context, rtr *mux.Router) Other modules containing this package github.com/crypto-org-chain/chain-main/v2 github.com/crypto-org-chain/chain-main/v3 github.com/crypto-org-chain/chain-main/v4