Type Alias switchboard_solana::program_id::clock::Epoch
pub type Epoch = u64;
Expand description
The unit of time a given leader schedule is honored.
It lasts for some number of Slot
s.
pub type Epoch = u64;
The unit of time a given leader schedule is honored.
It lasts for some number of Slot
s.