Expand description
Data structures to represent account information.
Structs§
- Account
View - Wrapper struct for a
RuntimeAccount. - Ref
- Reference to account data with checked borrow rules.
- RefMut
- Mutable reference to account data with checked borrow rules.
- Runtime
Account - Raw account data.
Constants§
- MAX_
PERMITTED_ DATA_ INCREASE - Maximum number of bytes a program may add to an account during a single top-level instruction.
- NOT_
BORROWED - Value to indicate that an account is not borrowed.