UNPKG

lisk-framework

Version:

Lisk blockchain application platform

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