Versions in this module Expand all Collapse all v1 v1.137.2 Nov 5, 2024 v1.137.1 Oct 24, 2024 Changes in this version + var DefaultNodeHome = func() string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + func MakeEncodingConfig() params.EncodingConfig + func NewAnteHandler(options AnteHandlerOptions) (sdk.AnteHandler, error) + type AnteHandlerOptions struct + AccountKeeper ante.AccountKeeper + BankKeeper types.BankKeeper + FeegrantKeeper ante.FeegrantKeeper + SigGasConsumer func(meter sdk.GasMeter, sig signing.SignatureV2, params types.Params) error + SignModeHandler authsigning.SignModeHandler + THORChainKeeper keeper.Keeper + 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) (servertypes.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 + type THORChainApp struct + AccountKeeper authkeeper.AccountKeeper + BankKeeper bankkeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + StakingKeeper stakingkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func New(appName string, logger log.Logger, db dbm.DB, traceStore io.Writer, ...) *THORChainApp + func (app *THORChainApp) AppCodec() codec.Codec + func (app *THORChainApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *THORChainApp) BlockedAddrs() map[string]bool + func (app *THORChainApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *THORChainApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *THORChainApp) GetKey(storeKey string) *sdk.KVStoreKey + func (app *THORChainApp) GetMemKey(storeKey string) *sdk.MemoryStoreKey + func (app *THORChainApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *THORChainApp) GetTKey(storeKey string) *sdk.TransientStoreKey + func (app *THORChainApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *THORChainApp) InterfaceRegistry() types.InterfaceRegistry + func (app *THORChainApp) LegacyAmino() *codec.LegacyAmino + func (app *THORChainApp) LoadHeight(height int64) error + func (app *THORChainApp) ModuleAccountAddrs() map[string]bool + func (app *THORChainApp) Name() string + func (app *THORChainApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *THORChainApp) RegisterTendermintService(ctx client.Context) + func (app *THORChainApp) RegisterTxService(ctx client.Context)