Versions in this module Expand all Collapse all v28 v28.0.1 Feb 24, 2025 v28.0.0 Feb 20, 2025 Changes in this version + const Name + var AppModuleBasics = module.NewBasicManager(genutil.AppModuleBasic{}, auth.AppModuleBasic{}, vesting.AppModuleBasic{}, ...) + var DefaultNodeHome = os.ExpandEnv("$HOME/") + NodeDir + var EnableSpecificProposals = "" + var NodeDir = ".juno" + var ProposalsEnabled = "true" + var Upgrades = []upgrades.Upgrade + func GetDefaultBypassFeeMessages() []string + func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) + type App struct + AppKeepers keepers.AppKeepers + BasicModuleManager module.BasicManager + ModuleManager *module.Manager + func New(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *App + func (app *App) AppCodec() codec.Codec + func (app *App) AutoCLIOpts(initClientCtx client.Context) autocli.AppOptions + func (app *App) BeginBlocker(ctx sdk.Context) (sdk.BeginBlock, error) + func (app *App) DefaultGenesis() map[string]json.RawMessage + func (app *App) EndBlocker(ctx sdk.Context) (sdk.EndBlock, error) + func (app *App) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *App) GetChainBondDenom() string + func (app *App) GetSubspace(moduleName string) paramstypes.Subspace + func (app *App) InitChainer(ctx sdk.Context, req *abci.RequestInitChain) (*abci.ResponseInitChain, error) + func (app *App) InterfaceRegistry() types.InterfaceRegistry + func (app *App) LegacyAmino() *codec.LegacyAmino + func (app *App) LoadHeight(height int64) error + func (app *App) ModuleAccountAddrs() map[string]bool + func (app *App) Name() string + func (app *App) PreBlocker(ctx sdk.Context, _ *abci.RequestFinalizeBlock) (*sdk.ResponsePreBlock, error) + func (app *App) RegisterAPIRoutes(apiSvr *api.Server, _ config.APIConfig) + func (app *App) RegisterNodeService(clientCtx client.Context, cfg config.Config) + func (app *App) RegisterSwaggerUI(apiSvr *api.Server) error + func (app *App) RegisterTendermintService(clientCtx client.Context) + func (app *App) RegisterTxService(clientCtx client.Context) + func (app *App) SimulationManager() *module.SimulationManager + func (app *App) TxConfig() client.TxConfig + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(cdc codec.JSONCodec) GenesisState + type HandlerOptions struct + BankKeeper bankkeeper.Keeper + BondDenom string + BypassMinFeeMsgTypes []string + Cdc codec.BinaryCodec + FeePayKeeper feepaykeeper.Keeper + FeeShareKeeper feesharekeeper.Keeper + GlobalFeeKeeper globalfeekeeper.Keeper + GovKeeper govkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + NodeConfig *wasmtypes.NodeConfig + StakingKeeper stakingkeeper.Keeper + TXCounterStoreService corestoretypes.KVStoreService + TxEncoder sdk.TxEncoder + WasmKeeper *wasmkeeper.Keeper Other modules containing this package github.com/CosmosContracts/juno github.com/CosmosContracts/juno/v10 github.com/CosmosContracts/juno/v11 github.com/CosmosContracts/juno/v12 github.com/CosmosContracts/juno/v13 github.com/CosmosContracts/juno/v14 github.com/CosmosContracts/juno/v15 github.com/CosmosContracts/juno/v16 github.com/CosmosContracts/juno/v17 github.com/CosmosContracts/juno/v18 github.com/CosmosContracts/juno/v19 github.com/CosmosContracts/juno/v21 github.com/CosmosContracts/juno/v22 github.com/CosmosContracts/juno/v23 github.com/CosmosContracts/juno/v24 github.com/CosmosContracts/juno/v25 github.com/CosmosContracts/juno/v26 github.com/CosmosContracts/juno/v27 github.com/CosmosContracts/juno/v7 github.com/CosmosContracts/juno/v8 github.com/CosmosContracts/juno/v9