Expand description
The consensus forming peers nodes in the network are called validators.
Structs§
- State
- Inner state of a
validator. This represents the validator’s view of the network. - Weights
- This type maps
validatorswith theirweights.
Enums§
- Error
- Error returned from the
insert,validatorsandweightfunction on aWeights
Traits§
- Validator
Name - All casper actors that send
messages, aka validators, have to implement the validator name trait. This trait serves as an identifier for validators.