# `Cartouche.Solana.Transaction.AccountMeta`
[🔗](https://github.com/zenhive/cartouche/blob/main/lib/cartouche/solana/transaction.ex#L26)

Account reference with permission flags.

# `t`

```elixir
@type t() :: %Cartouche.Solana.Transaction.AccountMeta{
  is_signer: boolean(),
  is_writable: boolean(),
  pubkey: &lt;&lt;_::256&gt;&gt;
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
