package
2.0.2
Repository: https://github.com/coreumfoundation/coreum.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NetworkConfigByChainID returns predefined NetworkConfig for a ChainID.
NewEncodingConfig creates an EncodingConfig for the provided module.BasicManager.
NewStaticConfigProvider creates new StaticConfigProvider.
SetSDKConfig sets global SDK config.
WriteTendermintConfigToFile saves tendermint config to file.

# Variables

DefaultNodeConfigPath is the default path there the config.toml is saved.
GenesisV1Template is the genesis template used by v1 version of the chain.go:embed genesis/genesis.v1.tmpl.json.
GenesisV2Template is the genesis template used by v2 version of the chain.go:embed genesis/genesis.v2.tmpl.json.

# Structs

CustomParamsConfig contains custom params module configuration.
CustomParamsStakingConfig contains custom params for the staking module configuration.
DynamicConfigProvider provides configuration generated from fields in this structure.
EncodingConfig specifies the concrete encoding types to use for a given app.
FundedAccount is used to provide information about prefunded accounts in network config.
GovConfig contains gov module configs.
GovProposalConfig contains gov module proposal-related configuration options.
NetworkConfig helps initialize Network instance.
NodeConfig saves files with private keys and config required by node.
StaticConfigProvider provides configuration based on genesis JSON.

# Interfaces

NetworkConfigProvider specifies methods required by config consumer.