Versions in this module Expand all Collapse all v1 v1.0.1 Feb 3, 2025 v1.0.0 Sep 27, 2024 Changes in this version + const FlagDaemonName + const FlagNoValidate + const FlagUpgradeHeight + const FlagUpgradeInfo + var DefaultNodeHome string + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, ...) + var Upgrades = []upgrades.Upgrade + func NewCmdSubmitUpgradeProposal() *cobra.Command + func RegisterEncodingConfig() params.EncodingConfig + func RegisterSwaggerAPI(rtr *mux.Router) + type AtomOneApp struct + func NewAtomOneApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *AtomOneApp + func (app *AtomOneApp) AppCodec() codec.Codec + func (app *AtomOneApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *AtomOneApp) BlockedModuleAccountAddrs(modAccAddrs map[string]bool) map[string]bool + func (app *AtomOneApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *AtomOneApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *AtomOneApp) GetBaseApp() *baseapp.BaseApp + func (app *AtomOneApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *AtomOneApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *AtomOneApp) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *AtomOneApp) GetTxConfig() client.TxConfig + func (app *AtomOneApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *AtomOneApp) InterfaceRegistry() types.InterfaceRegistry + func (app *AtomOneApp) LegacyAmino() *codec.LegacyAmino + func (app *AtomOneApp) LoadHeight(height int64) error + func (app *AtomOneApp) ModuleAccountAddrs() map[string]bool + func (app *AtomOneApp) Name() string + func (app *AtomOneApp) OnTxFailed(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *AtomOneApp) OnTxSucceeded(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *AtomOneApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *AtomOneApp) RegisterNodeService(clientCtx client.Context) + func (app *AtomOneApp) RegisterTendermintService(clientCtx client.Context) + func (app *AtomOneApp) RegisterTxService(clientCtx client.Context) + func (app *AtomOneApp) SimulationManager() *module.SimulationManager + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(_ string) interface{} + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(encConfig params.EncodingConfig) GenesisState + 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