Versions in this module Expand all Collapse all v7 v7.0.0 Sep 13, 2024 Changes in this version + func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command + func InterceptConfigsPreRunHandler(cmd *cobra.Command, customAppConfigTemplate string, ...) error + func SetPrefixes(accountAddressPrefix string) + type App interface + type AppBuilder func(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) App + type CosmosApp 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 + type EncodingConfig struct + Amino *codec.LegacyAmino + InterfaceRegistry types.InterfaceRegistry + Marshaler codec.Codec + TxConfig client.TxConfig + func MakeEncodingConfig(moduleBasics module.BasicManager) EncodingConfig + func NewRootCmd(appName, accountAddressPrefix, defaultNodeHome, defaultChainID string, ...) (*cobra.Command, EncodingConfig) + type ExportableApp interface + ExportAppStateAndValidators func(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + LoadHeight func(height int64) error + type Option func(*rootOptions) + func AddSubCmd(cmd ...*cobra.Command) Option + func CustomizeStartCmd(h func(startCmd *cobra.Command)) Option + func WithEnvPrefix(envPrefix string) Option v7.0.0-rc.0 Sep 2, 2024 Other modules containing this package github.com/noble-assets/noble/v4 github.com/noble-assets/noble/v5 github.com/noble-assets/noble/v6 github.com/noble-assets/noble/v8