Versions in this module Expand all Collapse all v6 v6.1.0 Aug 7, 2023 v6.0.0 May 17, 2023 Changes in this version + var DefaultNodeHome string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + func GetMaccPerms() map[string][]string + func MakeTestEncodingConfig() simappparams.EncodingConfig + func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) + func RegisterSwaggerAPI(_ client.Context, rtr *mux.Router) + func SetupTestingApp() (ibctesting.TestingApp, map[string]json.RawMessage) + type App 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 + SimulationManager func() *module.SimulationManager + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(_ string) interface{} + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(cdc codec.JSONCodec) GenesisState + type HandlerOptions struct + IBCKeeper *keeper.Keeper + type SimApp struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMockModule ibcmock.IBCModule + GovKeeper govkeeper.Keeper + GroupKeeper groupkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + ICQKeeper icqkeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedICQKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func GetSimApp(chain *ibctesting.TestChain) *SimApp + func NewSimApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *SimApp + func (app *SimApp) AppCodec() codec.Codec + func (app *SimApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *SimApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *SimApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *SimApp) GetBaseApp() *baseapp.BaseApp + func (app *SimApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *SimApp) GetKey(storeKey string) *storetypes.KVStoreKey + func (app *SimApp) GetMemKey(storeKey string) *storetypes.MemoryStoreKey + func (app *SimApp) GetModuleManager() *module.Manager + func (app *SimApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *SimApp) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *SimApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *SimApp) GetTKey(storeKey string) *storetypes.TransientStoreKey + func (app *SimApp) GetTxConfig() client.TxConfig + func (app *SimApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *SimApp) InterfaceRegistry() types.InterfaceRegistry + func (app *SimApp) LegacyAmino() *codec.LegacyAmino + func (app *SimApp) LoadHeight(height int64) error + func (app *SimApp) ModuleAccountAddrs() map[string]bool + func (app *SimApp) Name() string + func (app *SimApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *SimApp) RegisterTendermintService(clientCtx client.Context) + func (app *SimApp) RegisterTxService(clientCtx client.Context) + func (app *SimApp) SimulationManager() *module.SimulationManager Other modules containing this package github.com/cosmos/ibc-apps/modules/async-icq/v4 github.com/cosmos/ibc-apps/modules/async-icq/v5 github.com/cosmos/ibc-apps/modules/async-icq/v7 github.com/cosmos/ibc-apps/modules/async-icq/v8