UNPKG

lisk-framework

Version:

Lisk blockchain application platform

11 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidSMTVerificationEvent = void 0; const base_event_1 = require("../../base_event"); class InvalidSMTVerificationEvent extends base_event_1.BaseEvent { error(ctx) { this.add(ctx, undefined); } } exports.InvalidSMTVerificationEvent = InvalidSMTVerificationEvent; //# sourceMappingURL=invalid_smt_verification.js.map