Versions in this module Expand all Collapse all v2 v2.1.0 Jan 2, 2024 Changes in this version + const DefaultWeightCommunitySpendProposal + const DefaultWeightMsgBeginRedelegate + const DefaultWeightMsgCreateValidator + const DefaultWeightMsgDelegate + const DefaultWeightMsgDeposit + const DefaultWeightMsgEditValidator + const DefaultWeightMsgFundCommunityPool + const DefaultWeightMsgMultiSend + const DefaultWeightMsgSend + const DefaultWeightMsgSetWithdrawAddress + const DefaultWeightMsgUndelegate + const DefaultWeightMsgUnjail + const DefaultWeightMsgVote + const DefaultWeightMsgWithdrawDelegationReward + const DefaultWeightMsgWithdrawValidatorCommission + const DefaultWeightParamChangeProposal + const DefaultWeightTextProposal + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, authzmodule.AppModuleBasic{}, ...) + func MakeConfig(mb module.BasicManager) params.EncodingConfig + func MakeEncodingConfig() params.EncodingConfig + func NewDefaultGenesisState() types.GenesisState + func NoOpMempoolOption() func(*baseapp.BaseApp) + type IrisApp struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CoinswapKeeper coinswapkeeper.Keeper + ConsensusParamsKeeper consensuskeeper.Keeper + CrisisKeeper *crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper *evidencekeeper.Keeper + EvmKeeper *evmkeeper.Keeper + FarmKeeper farmkeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper feemarketkeeper.Keeper + GovKeeper *govkeeper.Keeper + GuardianKeeper guardiankeeper.Keeper + HTLCKeeper htlckeeper.Keeper + IBCKeeper *ibckeeper.Keeper + IBCNFTTransferKeeper ibcnfttransferkeeper.Keeper + IBCTransferKeeper ibctransferkeeper.Keeper + MTKeeper mtkeeper.Keeper + MintKeeper mintkeeper.Keeper + NFTKeeper nftkeeper.Keeper + OracleKeeper oraclekeeper.Keeper + ParamsKeeper paramskeeper.Keeper + RandomKeeper randomkeeper.Keeper + RecordKeeper recordkeeper.Keeper + ServiceKeeper servicekeeper.Keeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper *stakingkeeper.Keeper + TIBCKeeper *tibckeeper.Keeper + TIBCMTTransferKeeper tibcmttransferkeeper.Keeper + TIBCNFTTransferKeeper tibcnfttransferkeeper.Keeper + TokenKeeper tokenkeeper.Keeper + UpgradeKeeper *upgradekeeper.Keeper + func NewIrisApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *IrisApp + func (app *IrisApp) AppCodec() codec.Codec + func (app *IrisApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *IrisApp) BlockedModuleAccountAddrs() map[string]bool + func (app *IrisApp) DefaultGenesis() map[string]json.RawMessage + func (app *IrisApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *IrisApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *IrisApp) ExportGenesis(ctx sdk.Context) map[string]json.RawMessage + func (app *IrisApp) GetKey(storeKey string) *storetypes.KVStoreKey + func (app *IrisApp) GetMemKey(storeKey string) *storetypes.MemoryStoreKey + func (app *IrisApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *IrisApp) GetTKey(storeKey string) *storetypes.TransientStoreKey + func (app *IrisApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *IrisApp) InterfaceRegistry() types.InterfaceRegistry + func (app *IrisApp) LegacyAmino() *codec.LegacyAmino + func (app *IrisApp) LoadHeight(height int64) error + func (app *IrisApp) ModuleAccountAddrs() map[string]bool + func (app *IrisApp) Name() string + func (app *IrisApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *IrisApp) RegisterNodeService(clientCtx client.Context) + func (app *IrisApp) RegisterServices() + func (app *IrisApp) RegisterTendermintService(clientCtx client.Context) + func (app *IrisApp) RegisterTxService(clientCtx client.Context) + func (app *IrisApp) RegisterUpgradePlans() + func (app *IrisApp) SimulationManager() *module.SimulationManager v2.1.0-rc0 Dec 7, 2023 Other modules containing this package github.com/irisnet/irishub github.com/irisnet/irishub/v3