Module types

Module types 

Source
Expand description

Consensus types shared across the crate.

Structs§

Round
Round is a tuple of (Epoch, View).

Type Aliases§

Epoch
Epoch is the type used to represent a distinct set of validators.
View
View is a monotonically increasing counter that represents the current slot of a single consensus engine (i.e. within a single epoch).