Expand description
Account management and ownership verification Core account abstractions and management functionality for blockchain accounts, including account information and metadata structures.
Structs§
- Account
Info - Account information that is passed to programs during instruction execution. The account’s data contains the actual account state managed by programs.
- Account
Meta - Meta information about an account used to define its role in an instruction. This includes whether the account is a signer and if it’s writable.
Constants§
- SHARED_
VALIDATOR_ DATA_ ACCOUNT_ ID - This is the account id for the shared validator data account
Functions§
- next_
account_ info - Gets the next AccountInfo from an iterator, or returns a NotEnoughAccountKeys error.