Type Alias InnerInstructions<TInstructionType>

InnerInstructions: Readonly<
    { index: number; instructions: readonly TInstructionType[] },
>

Type Parameters

  • TInstructionType