Type Definition consensus_types::common::Round

source ·
pub type Round = u64;
Expand description

The round of a block is a consensus-internal counter, which starts with 0 and increases monotonically. It is used for the protocol safety and liveness (please see the detailed protocol description).