Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nodes ¶
type Nodes []struct {
ChainID string `yaml:"chain_id"`
NodeID string `yaml:"node_id"`
Ipv4Address string `yaml:"ipv4_address"`
Moniker string `yaml:"moniker"`
Password string `yaml:"password"`
Address string `yaml:"address"`
PubKey string `yaml:"pub_key"`
ValidatorAddress string `yaml:"validator_address"`
ValidatorConsensusAddress string `yaml:"validator_consensus_address"`
IsSeed bool `yaml:"is_seed"`
}
Click to show internal directories.
Click to hide internal directories.