Programming Model
Transaction Size Limit
📖O que é
The maximum serialized size of a Solana transaction: 1,232 bytes, matching the IPv6 minimum MTU to ensure single-packet transmission. This limit constrains the number of accounts, instructions, and data per transaction. Address lookup tables (v0 transactions) help fit more accounts within this limit.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
TransaçãoProgramming Model
An atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →Address Lookup Table (ALT)Programming Model
An on-chain account that stores up to 256 pubkeys, enabling v0 transactions to reference a…
Ver termo →Versioned TransactionProgramming Model
A transaction format introduced with v0 that supports address lookup tables. Legacy transa…
Ver termo →