Solana.Account (Solana v0.1.2) View Source
Functions, types, and structures related to Solana accounts.
Link to this section Summary
Link to this section Types
Specs
t() :: %Solana.Account{
key: Solana.key() | nil,
signer?: boolean(),
writable?: boolean()
}
All the information needed to encode an account in a transaction message.