Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivValidatorKey ¶
type PrivValidatorKey struct {
Address string `json:"address"`
PubKey struct {
Type string `json:"type"`
Value string `json:"value"`
} `json:"pub_key"`
PrivKey struct {
Type string `json:"type"`
Value string `json:"value"`
} `json:"priv_key"`
}
PrivValidatorKey represents the structure of priv_validator_key.json
Click to show internal directories.
Click to hide internal directories.