Versions in this module Expand all Collapse all v2 v2.1.2 Nov 4, 2021 v2.1.1 Nov 4, 2021 Changes in this version + const AccountAddressPrefix + var AccountPubKeyPrefix = AccountAddressPrefix + "pub" + var ConsNodeAddressPrefix = AccountAddressPrefix + "valcons" + var ConsNodePubKeyPrefix = AccountAddressPrefix + "valconspub" + var DefaultNodeHome = func(appName string) string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + var ValidatorAddressPrefix = AccountAddressPrefix + "valoper" + var ValidatorPubKeyPrefix = AccountAddressPrefix + "valoperpub" + func GetMaccPerms() map[string][]string + func MakeEncodingConfig() params.EncodingConfig + func NewAnteHandler(ak authante.AccountKeeper, bankKeeper authtypes.BankKeeper, ...) sdk.AnteHandler + func RegisterSwaggerAPI(ctx client.Context, rtr *mux.Router) + func SetConfig() + type App struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DidDocumentKeeper didkeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + GovKeeper govkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + IssuerKeeper issuerkeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + RegulatorKeeper regulatorkeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + TransferKeeper ibctransferkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + VcsKeeper vcskeeper.Keeper + func New(appName string, logger log.Logger, db dbm.DB, traceStore io.Writer, ...) *App + func (app *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *App) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *App) GetSubspace(moduleName string) paramstypes.Subspace + func (app *App) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *App) LegacyAmino() *codec.LegacyAmino + func (app *App) LoadHeight(height int64) error + func (app *App) ModuleAccountAddrs() map[string]bool + func (app *App) Name() string + func (app *App) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *App) RegisterTendermintService(clientCtx client.Context) + func (app *App) RegisterTxService(clientCtx client.Context) + type CosmosApp interface + BeginBlocker func(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + EndBlocker func(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + ExportAppStateAndValidators func(forZeroHeight bool, jailAllowedAddrs []string) (types.ExportedApp, error) + InitChainer func(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + LegacyAmino func() *codec.LegacyAmino + LoadHeight func(height int64) error + ModuleAccountAddrs func() map[string]bool + Name func() string + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState() GenesisState Other modules containing this package github.com/allinbits/cosmos-cash github.com/allinbits/cosmos-cash/v3