Constant solana_sdk::transaction::MAX_TX_ACCOUNT_LOCKS
source · [−]pub const MAX_TX_ACCOUNT_LOCKS: usize = 64;
Expand description
Maximum number of accounts that a transaction may lock. 64 was chosen because it is roughly twice the previous number of account keys that could fit in a legacy tx.