Expand description
The Solana Account
type.
Modules§
- state_
traits bincode
Useful extras forAccount
state.
Structs§
- An Account with data that is stored on chain
- 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§
- Replacement for the executable flag: An account being owned by one of these contains a program.
Traits§
Functions§
- Compares two ReadableAccounts
- create_
account_ for_ test bincode
- Create an
Account
from aSysvar
. - create_
account_ with_ fields bincode
- Create
AccountInfo
s - from_
account bincode
Create aSysvar
from anAccount
’s data. - to_
account bincode
Serialize aSysvar
into anAccount
’s data.