Type Alias solana_program::clock::BankId

source ·
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.