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

Copy Markdown View Source

A high-level instruction before compilation.

Summary

Types

t()

@type t() :: %Cartouche.Solana.Transaction.Instruction{
  accounts: [Cartouche.Solana.Transaction.AccountMeta.t()],
  data: binary(),
  program_id: <<_::256>>
}