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