Type Alias solana_sdk::transaction_context::IndexOfAccount
source ยท pub type IndexOfAccount = u16;
Expand description
Index of an account inside of the TransactionContext or an InstructionContext.
pub type IndexOfAccount = u16;
Index of an account inside of the TransactionContext or an InstructionContext.