Type Definition solana_program::clock::BankId
source · pub type BankId = u64;Expand description
Uniquely distinguishes every version of a slot, even if the slot number is the same, i.e. duplicate slots
pub type BankId = u64;Uniquely distinguishes every version of a slot, even if the slot number is the same, i.e. duplicate slots