Skip to main content

StatusTuple

Type Alias StatusTuple 

Source
pub type StatusTuple = (u64, u64, u64, usize, u64);
Expand description

Status tuple: (current_view, last_committed_height, epoch_number, validator_count, epoch_start_view)