Module safecoin_sdk::account
source · [−]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
Traits
Functions
Compares two ReadableAccounts
create_accountDeprecated
Create an
Account
from a Sysvar
.create_account_shared_dataDeprecated
Create an
Account
from a Sysvar
.Create
AccountInfo
sCreate a
Sysvar
from an Account
’s data.Serialize a
Sysvar
into an Account
’s data.