Skip to main content

Crate solana_account

Crate solana_account 

Source
Expand description

The Solana Account type.

Modules§

state_traitsbincode or wincode
Useful extras for Account state.

Structs§

Account
An Account with data that is stored on chain
AccountSharedData
An Account with data that is stored on chain This will be the in-memory representation of the ‘Account’ struct data. The existing ‘Account’ structure cannot easily change due to downstream projects.

Constants§

DUMMY_INHERITABLE_ACCOUNT_FIELDS
WINCODE_CONFIGwincode
The configuration used by state_traits::StateMutWincode.

Traits§

ReadableAccount
WritableAccount

Functions§

accounts_equal
Compares two ReadableAccounts
create_is_signer_account_infos
Create AccountInfos

Type Aliases§

InheritableAccountFields
WincodeConfigwincode
Wincode configuration used to en/decode account state, see WINCODE_CONFIG.