Solana.Account (Solana v0.1.0)
View SourceFunctions, types, and structures related to Solana accounts.
Summary
Types
@type t() :: %Solana.Account{ key: Solana.key() | nil, signer?: boolean(), writable?: boolean() }
All the information needed to encode an account in a transaction message.