Interface BytecodeGenerationCompletionInput

Hierarchy

Properties

Properties

index: number

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

input: Input<Uint8Array, Uint8Array>

The successfully generated Input.

type: "input"

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