Versions in this module Expand all Collapse all v0 v0.0.0 Apr 17, 2024 Changes in this version + var DefaultNodeHome string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, ...) + var Upgrades = []upgrades.Upgrade + func RegisterEncodingConfig() params.EncodingConfig + func RegisterSwaggerAPI(rtr *mux.Router) + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(_ string) interface{} + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(encConfig params.EncodingConfig) GenesisState + type OnomyApp struct + func NewOnomyApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *OnomyApp + func (app *OnomyApp) AppCodec() codec.Codec + func (app *OnomyApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *OnomyApp) BlockedModuleAccountAddrs(modAccAddrs map[string]bool) map[string]bool + func (app *OnomyApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *OnomyApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *OnomyApp) GetBaseApp() *baseapp.BaseApp + func (app *OnomyApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *OnomyApp) GetProviderKeeper() ibcproviderkeeper.Keeper + func (app *OnomyApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *OnomyApp) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *OnomyApp) GetTestAccountKeeper() icstest.TestAccountKeeper + func (app *OnomyApp) GetTestBankKeeper() icstest.TestBankKeeper + func (app *OnomyApp) GetTestDistributionKeeper() icstest.TestDistributionKeeper + func (app *OnomyApp) GetTestSlashingKeeper() icstest.TestSlashingKeeper + func (app *OnomyApp) GetTestStakingKeeper() icstest.TestStakingKeeper + func (app *OnomyApp) GetTxConfig() client.TxConfig + func (app *OnomyApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *OnomyApp) InterfaceRegistry() types.InterfaceRegistry + func (app *OnomyApp) LegacyAmino() *codec.LegacyAmino + func (app *OnomyApp) LoadHeight(height int64) error + func (app *OnomyApp) ModuleAccountAddrs() map[string]bool + func (app *OnomyApp) Name() string + func (app *OnomyApp) OnTxFailed(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *OnomyApp) OnTxSucceeded(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *OnomyApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *OnomyApp) RegisterNodeService(clientCtx client.Context) + func (app *OnomyApp) RegisterTendermintService(clientCtx client.Context) + func (app *OnomyApp) RegisterTxService(clientCtx client.Context) + func (app *OnomyApp) SimulationManager() *module.SimulationManager + type SimGenesisAccount struct + DelegatedFree sdk.Coins + DelegatedVesting sdk.Coins + EndTime int64 + ModuleName string + ModulePermissions []string + OriginalVesting sdk.Coins + StartTime int64 + func (sga SimGenesisAccount) Validate() error