Type Definition diem_types::block_info::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.
pub type Round = u64;
The round of a block is a consensus-internal counter, which starts with 0 and increases monotonically.