Cartouche.Solana.Transaction.AccountMeta (Cartouche v0.2.0)

Copy Markdown View Source

Account reference with permission flags.

Summary

Types

t()

@type t() :: %Cartouche.Solana.Transaction.AccountMeta{
  is_signer: boolean(),
  is_writable: boolean(),
  pubkey: <<_::256>>
}