An instruction compiled to account indices.
Summary
Types
@type account_index() :: 0..255
@type t() :: %Cartouche.Solana.Transaction.CompiledInstruction{ accounts: [account_index()], data: binary(), program_id_index: account_index() }
An instruction compiled to account indices.
@type account_index() :: 0..255
@type t() :: %Cartouche.Solana.Transaction.CompiledInstruction{ accounts: [account_index()], data: binary(), program_id_index: account_index() }