Type Alias Epoch

Source
pub type Epoch = u64;
Expand description

Epoch is used as the Index type for the Coordinator trait. Defines the current set of sequencers and signers.

This is not a single “View” in the sense of a consensus protocol, but rather a continuous sequence of views in-which the set of sequencers and signers is constant.