# Packages
No description provided by the author
# Functions
NetworkByChainID returns predefined Network for a ChainID.
NetworkConfigByChainID returns predefined NetworkConfig for a ChainID.
Networks returns slice of available networks.
NewEncodingConfig creates an EncodingConfig for the provided module.BasicManager.
NewNetwork returns a new instance of Network.
WriteTendermintConfigToFile saves tendermint config to file.
# Variables
DefaultNodeConfigPath is the default path there the config.toml is saved.
# Structs
AssetFTConfig is the part of network config defining parameters of ft assets.
AssetNFTConfig is the part of network config defining parameters of nft assets.
CustomParamsConfig contains custom params module configuration.
CustomParamsStakingConfig contains custom params for the staking module configuration.
EncodingConfig specifies the concrete encoding types to use for a given app.
FeeConfig is the part of network config defining parameters of our fee model.
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.
Network holds all the configuration for different predefined networks.
NetworkConfig helps initialize Network instance.
NodeConfig saves files with private keys and config required by node.
StakingConfig contains staking module configuration.