Expand description
RuntimeAccount memory layout and AccountView zero-copy wrapper.
RuntimeAccount maps 1:1 onto the BPF input buffer layout that the
Solana runtime writes for each account. AccountView is a thin
pointer to a RuntimeAccount in that buffer, providing safe accessors
for address, owner, flags, lamports, and data.
Structsยง
- Account
View - Zero-copy view over a Solana account in the BPF input buffer.
- Remaining
Accounts - Iterator over remaining (unstructured) accounts after the known ones.