Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + const ConfigDir + const GentxsDir + const NodeHomeDir + const ValidatorsDir + func Reset(chainID, networkDir string) error + type Network struct + BondAmount string + CLI utils.CLI + ChainID string + MintAmount string + func NewNetwork(chainID string) *Network + func (n *Network) Build(count int, outputDir, seedIPv4Addr string) (*string, error) + func (n *Network) SetGenesisWhitelisterAdmin(address, validatorHomeDir string) error + type Validator struct + Address string + ChainID string + HomeDir string + IPv4Address string + Mnemonic string + Moniker string + NodeHomeDir string + NodeID string + Password string + PubKey string + Seed bool + ValidatorAddress string + ValidatorConsensusAddress string + func NewValidator(rootDir, chainID string, seed bool, lastIPv4Addr string) *Validator + type Validators []Validator