Type alias BytecodeGenerationCompletionBase

BytecodeGenerationCompletionBase: {
    index: number;
    type: "input" | "output";
}

Type declaration

  • index: number

    The index of the input or output for which this bytecode was generated.

  • type: "input" | "output"

    If output, this bytecode was generated for the output at index (a lockingBytecode). If input, the bytecode was generated for the input at index (an unlockingBytecode).

Generated using TypeDoc