Type Definition solana_core::poh_recorder::Slot[]

pub type Slot = u64;
Expand description

Slot is a unit of time given to a leader for encoding, is some some number of Ticks long.

Trait Implementations