Module validator

Source
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 validators with their weights.

Enums§

Error
Error returned from the insert, validators and weight function on a Weights

Traits§

ValidatorName
All casper actors that send messages, aka validators, have to implement the validator name trait. This trait serves as an identifier for validators.