Type Alias View

Source
pub type View = u64;
Expand description

View is a monotonically increasing counter that represents the current focus of consensus. Each View corresponds to a round in the consensus protocol where validators attempt to agree on a block to commit.