Solana.Account (Solana v0.2.0) View Source

Functions, types, and structures related to Solana accounts.

Link to this section Summary

Types

t()

All the information needed to encode an account in a transaction message.

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.