Type Alias 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
Trait Implementations§
source§impl From<ProgramError> for u64
impl From<ProgramError> for u64
source§fn from(error: ProgramError) -> Self
fn from(error: ProgramError) -> Self
Converts to this type from the input type.
source§impl From<Secp256k1RecoverError> for u64
impl From<Secp256k1RecoverError> for u64
source§fn from(v: Secp256k1RecoverError) -> u64
fn from(v: Secp256k1RecoverError) -> u64
Converts to this type from the input type.