Type alias BytecodeGenerationErrorUnlocking<ProgramState>

BytecodeGenerationErrorUnlocking<ProgramState>: BytecodeGenerationErrorBase<ProgramState> & {
    type: "unlocking";
}

Type Parameters

  • ProgramState

Type declaration

  • type: "unlocking"

Generated using TypeDoc