Cartouche.Solana.Transaction.CompiledInstruction (Cartouche v0.2.2)

Copy Markdown View Source

An instruction compiled to account indices.

Summary

Types

account_index()

@type account_index() :: 0..255

t()

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