Module casper_node::consensus

source ·
Expand description

The consensus component. Provides distributed consensus among the nodes in the network.

Modules§

Structs§

  • An ID to distinguish queued actions. What they are used for is specific to each consensus protocol implementation.
  • The collection of types used for cryptography, IDs and blocks in the Casper node.
  • Payload for a block to be proposed.
  • The result of validation of a ProposedBlock.
  • An ID to distinguish different timers. What they are used for is specific to each consensus protocol implementation.