Module solana_sdk::account[][src]

Structs

An Account with data that is stored on chain

An Account with data that is stored on chain This will become a new in-memory representation of the ‘Account’ struct data. The existing ‘Account’ structure cannot easily change due to downstream projects. This struct will shortly rely on something like the ReadableAccount trait for access to the fields.

Constants

Traits

Functions

Compares two ReadableAccounts

create_accountDeprecated

Create an Account from a Sysvar.

Create an Account from a Sysvar.

Create AccountInfos

Create a Sysvar from an Account’s data.

Serialize a Sysvar into an Account’s data.

Type Definitions