Module account

Module account 

Source
Expand description

Account management and ownership verification Core account abstractions and management functionality for blockchain accounts, including account information and metadata structures.

Structs§

AccountInfo
Account information that is passed to programs during instruction execution. The account’s data contains the actual account state managed by programs.
AccountMeta
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.