pub type Epoch = u64;Expand description
Epoch is the type used to represent a distinct set of validators.
Represents a contiguous sequence of views in which the set of validators is constant. When the set of participants changes, the epoch increments.