UNPKG

lisk-framework

Version:

Lisk blockchain application platform

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