Versions in this module Expand all Collapse all v0 v0.12.4 Mar 30, 2022 v0.12.3 Mar 30, 2022 Changes in this version + var DefaultConsensusParams = &abci.ConsensusParams + var DefaultNodeHome string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + func GetMaccPerms() map[string][]string + func NewDefaultGenesisState() simapp.GenesisState + func RegisterSwaggerAPI(_ client.Context, rtr *mux.Router) + type EthermintApp struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + EvmKeeper *evmkeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper feemarketkeeper.Keeper + GovKeeper govkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + TransferKeeper ibctransferkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func NewEthermintApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *EthermintApp + func Setup(isCheckTx bool, ...) *EthermintApp + func (app *EthermintApp) AppCodec() codec.Codec + func (app *EthermintApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *EthermintApp) BlockedAddrs() map[string]bool + func (app *EthermintApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *EthermintApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *EthermintApp) GetKey(storeKey string) *sdk.KVStoreKey + func (app *EthermintApp) GetMemKey(storeKey string) *sdk.MemoryStoreKey + func (app *EthermintApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *EthermintApp) GetTKey(storeKey string) *sdk.TransientStoreKey + func (app *EthermintApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *EthermintApp) InterfaceRegistry() types.InterfaceRegistry + func (app *EthermintApp) LegacyAmino() *codec.LegacyAmino + func (app *EthermintApp) LoadHeight(height int64) error + func (app *EthermintApp) ModuleAccountAddrs() map[string]bool + func (app *EthermintApp) Name() string + func (app *EthermintApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *EthermintApp) RegisterTendermintService(clientCtx client.Context) + func (app *EthermintApp) RegisterTxService(clientCtx client.Context) + func (app *EthermintApp) SimulationManager() *module.SimulationManager