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

An instruction compiled to account indices.

# `account_index`

```elixir
@type account_index() :: 0..255
```

# `t`

```elixir
@type t() :: %Cartouche.Solana.Transaction.CompiledInstruction{
  accounts: [account_index()],
  data: binary(),
  program_id_index: account_index()
}
```

---

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