Constant solana_sdk::transaction::MAX_TX_ACCOUNT_LOCKS

source ·
pub const MAX_TX_ACCOUNT_LOCKS: usize = 128;
Expand description

Maximum number of accounts that a transaction may lock. 128 was chosen because it is the minimum number of accounts needed for the Neon EVM implementation.