Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Validator ¶
type Validator struct { ID uint64 `json:"ID"` Signer string `json:"signer"` StartEpoch uint64 `json:"startEpoch"` EndEpoch uint64 `json:"endEpoch"` Nonce uint64 `json:"nonce"` Power uint64 `json:"power"` PubKey string `json:"pubKey"` LastUpdated string `json:"last_updated"` Jailed bool `json:"jailed"` Accum int64 `json:"accum"` }
type ValidatorSet ¶
type ValidatorsCache ¶
type ValidatorsCache struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.