View Source Signet.Solana.Transaction.AccountMeta (Signet v1.6.0)

Account reference with permission flags.

Summary

Types

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