Crate solana_account_info

Source
Expand description

Account information.

Modules§

debug_account_data
Debug-formatting of account data.

Structs§

AccountInfo
Account information

Constants§

MAX_PERMITTED_DATA_INCREASE
Maximum number of bytes a program may add to an account during a single realloc

Traits§

Account
Provides information required to construct an AccountInfo, used in conversion implementations.
IntoAccountInfo
Constructs an AccountInfo from self, used in conversion implementations.

Functions§

next_account_info
Convenience function for accessing the next item in an AccountInfo iterator.
next_account_infos
Convenience function for accessing multiple next items in an AccountInfo iterator.