Expand description
The Solana Account type.
Modules§
- state_
traits bincodeorwincode - Useful extras for
Accountstate.
Structs§
- Account
- An Account with data that is stored on chain
- Account
Shared Data - 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_
CONFIG wincode - The configuration used by
state_traits::StateMutWincode.
Traits§
Functions§
- accounts_
equal - Compares two ReadableAccounts
- create_
is_ signer_ account_ infos - Create
AccountInfos
Type Aliases§
- Inheritable
Account Fields - Wincode
Config wincode - Wincode configuration used to en/decode account state, see
WINCODE_CONFIG.