Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct { CLI utils.CLI `yaml:"-"` AdminCLPAddresses []string `yaml:"admin_clp_addresses"` ChainID string `yaml:"chain_id"` Moniker string `yaml:"moniker"` Mnemonic string `yaml:"mnemonic"` AdminOracleAddress string `yaml:"admin_oracle_address"` IPAddr string `yaml:"ip_address"` Address string `yaml:"address"` Password string `yaml:"password"` BondAmount string `yaml:"-"` MintAmount string `yaml:"-"` MinCLPCreatePoolThreshold uint64 `yaml:"-"` GovMaxDepositPeriod time.Duration `yaml:"-"` GovVotingPeriod time.Duration `yaml:"-"` PeerAddress string `yaml:"-"` GenesisURL string `yaml:"-"` Standalone bool `yaml:"-"` WithCosmovisor bool `yaml:"-"` EnableGrpc bool `yaml:"-"` EnableAPI bool `yaml:"-"` }
Click to show internal directories.
Click to hide internal directories.