[][src]Type Definition solana::poh_recorder::Slot

type Slot = u64;

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