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

Copy Markdown View Source

An instruction compiled to account indices.

Summary

Types

t()

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