Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const DefaultMaxMemoCharacters + const DefaultParamspace + const DefaultSigVerifyCostED25519 + const DefaultSigVerifyCostSecp256k1 + const DefaultTxSigLimit + const DefaultTxSizeCostPerByte + const FeeCollectorName + const ModuleName + const QuerierRoute + const QueryAccount + const StoreKey + var AddressStoreKey = types.AddressStoreKey + var AddressStoreKeyPrefix = types.AddressStoreKeyPrefix + var CountSubKeys = types.CountSubKeys + var DeductFees = ante.DeductFees + var DefaultGenesisState = types.DefaultGenesisState + var DefaultParams = types.DefaultParams + var DefaultSigVerificationGasConsumer = ante.DefaultSigVerificationGasConsumer + var DefaultTxDecoder = types.DefaultTxDecoder + var DefaultTxEncoder = types.DefaultTxEncoder + var GetGenesisStateFromAppState = types.GetGenesisStateFromAppState + var GetSignerAcc = ante.GetSignerAcc + var GlobalAccountNumberKey = types.GlobalAccountNumberKey + var KeyMaxMemoCharacters = types.KeyMaxMemoCharacters + var KeySigVerifyCostED25519 = types.KeySigVerifyCostED25519 + var KeySigVerifyCostSecp256k1 = types.KeySigVerifyCostSecp256k1 + var KeyTxSigLimit = types.KeyTxSigLimit + var KeyTxSizeCostPerByte = types.KeyTxSizeCostPerByte + var MakeSignature = types.MakeSignature + var ModuleCdc = types.ModuleCdc + var NewAccountKeeper = keeper.NewAccountKeeper + var NewAccountRetriever = types.NewAccountRetriever + var NewAnteHandler = ante.NewAnteHandler + var NewBaseAccount = types.NewBaseAccount + var NewBaseAccountWithAddress = types.NewBaseAccountWithAddress + var NewGenesisState = types.NewGenesisState + var NewParams = types.NewParams + var NewQuerier = keeper.NewQuerier + var NewQueryAccountParams = types.NewQueryAccountParams + var NewStdFee = types.NewStdFee + var NewStdTx = types.NewStdTx + var NewTxBuilder = types.NewTxBuilder + var NewTxBuilderFromCLI = types.NewTxBuilderFromCLI + var ParamKeyTable = types.ParamKeyTable + var ProtoBaseAccount = types.ProtoBaseAccount + var RegisterAccountTypeCodec = types.RegisterAccountTypeCodec + var RegisterCodec = types.RegisterCodec + var SanitizeGenesisAccounts = types.SanitizeGenesisAccounts + var SetGasMeter = ante.SetGasMeter + var StdSignBytes = types.StdSignBytes + var ValidateGenAccounts = types.ValidateGenAccounts + var ValidateGenesis = types.ValidateGenesis + func InitGenesis(ctx sdk.Context, ak AccountKeeper, data GenesisState) + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + type Account = exported.Account + type AccountKeeper = keeper.AccountKeeper + type AccountRetriever = types.AccountRetriever + type AppModule struct + func NewAppModule(accountKeeper AccountKeeper) AppModule + func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) NewHandler() sdk.Handler + func (AppModule) ProposalContents(_ module.SimulationState) []sim.WeightedProposalContent + func (AppModule) QuerierRoute() string + func (AppModule) RandomizedParams(r *rand.Rand) []sim.ParamChange + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (AppModule) Route() string + func (AppModule) WeightedOperations(_ module.SimulationState) []sim.WeightedOperation + func (am AppModule) CommitFilter() *cosmost.StoreFilter + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) PruneFilter() *cosmost.StoreFilter + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterTask() upgrade.HeightTask + func (am AppModule) VersionFilter() *cosmost.VersionFilter + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetQueryCmdV2(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + func (am AppModuleBasic) GetTxCmdV2(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func (am AppModuleBasic) RegisterGRPCGatewayRoutes(clictx cliContext.CLIContext, serveMux *runtime.ServeMux) + func (am AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (am AppModuleBasic) RegisterRouterForGRPC(clictx cliContext.CLIContext, r *mux.Router) + type BaseAccount = types.BaseAccount + type GenesisAccountIterator = types.GenesisAccountIterator + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, ak AccountKeeper) GenesisState + type NodeQuerier = types.NodeQuerier + type ObserverI = keeper.ObserverI + type Params = types.Params + type QueryAccountParams = types.QueryAccountParams + type SignatureVerificationGasConsumer = ante.SignatureVerificationGasConsumer + type StdFee = types.StdFee + type StdSignDoc = types.StdSignDoc + type StdSignMsg = types.StdSignMsg + type StdSignature = types.StdSignature + type StdTx = types.StdTx + type TxBuilder = types.TxBuilder