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

A high-level instruction before compilation.

# `t`

```elixir
@type t() :: %Cartouche.Solana.Transaction.Instruction{
  accounts: [Cartouche.Solana.Transaction.AccountMeta.t()],
  data: binary(),
  program_id: &lt;&lt;_::256&gt;&gt;
}
```

---

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