CompiledInstruction: {
    accountIndexes: number[];
    data: Uint8Array;
    programIndex: number;
}

Defines an instruction that uses indexes to reference accounts.

Type declaration

  • Readonly accountIndexes: number[]
  • Readonly data: Uint8Array
  • Readonly programIndex: number

Generated using TypeDoc