Type Alias switchboard_solana::program_id::clock::Slot
pub type Slot = u64;
Expand description
The unit of time given to a leader for encoding a block.
It is some some number of ticks long.
pub type Slot = u64;
The unit of time given to a leader for encoding a block.
It is some some number of ticks long.