Skip to main content

Crate solana_account_view

Crate solana_account_view 

Source
Expand description

Data structures to represent account information.

Structs§

AccountView
Wrapper struct for a RuntimeAccount.
Ref
Reference to account data with checked borrow rules.
RefMut
Mutable reference to account data with checked borrow rules.
RuntimeAccount
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.