Interface BytecodeGenerationErrorLocking

An error resulting from unsuccessful bytecode generation. Includes the generation type (locking or unlocking), and the output or input index

Hierarchy

Properties

Properties

The compilation errors that occurred while generating this bytecode.

index: number

The input or output index for which this bytecode was being generated. (To )

resolved?: ResolvedScript

If the error occurred after the parse stage, the resolved script is provided for analysis or processing (e.g. getResolvedBytecode).

type: "locking"

The type of bytecode that was being generated when this error occurred.

Generated using TypeDoc