A high-level instruction before compilation.
Summary
Types
@type t() :: %Cartouche.Solana.Transaction.Instruction{ accounts: [Cartouche.Solana.Transaction.AccountMeta.t()], data: binary(), program_id: <<_::256>> }
A high-level instruction before compilation.
@type t() :: %Cartouche.Solana.Transaction.Instruction{ accounts: [Cartouche.Solana.Transaction.AccountMeta.t()], data: binary(), program_id: <<_::256>> }