Type Alias switchboard_solana::program_id::clock::BankId
pub type BankId = u64;
Expand description
Uniquely distinguishes every version of a slot.
The BankId
is unique even if the slot number of two different slots is the
same. This can happen in the case of e.g. duplicate slots.