Versions in this module Expand all Collapse all v0 v0.0.2 Aug 28, 2023 v0.0.1 Jul 5, 2023 Changes in this version + func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command + func SetPrefixes(accountAddressPrefix string) + type App interface + type AppBuilder func(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) App + 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, modulesToExport []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