Type alias CompilerOperationErrorRecoverable

CompilerOperationErrorRecoverable: CompilerOperationErrorFatal & {
    recoverable: true;
}

A recoverable error in a compiler operation. This occurs when a required variable was not provided.

Type declaration

  • recoverable: true

    The full identifier (including any compilation operations) of the variable missing from compilation, e.g. my_key.schnorr_signature.all_outputs or my_key.public_key.

Generated using TypeDoc