UNPKG

lisk-framework

Version:

Lisk blockchain application platform

16 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TerminatedStateCreatedEvent = void 0; const base_event_1 = require("../../base_event"); const terminated_state_1 = require("../stores/terminated_state"); class TerminatedStateCreatedEvent extends base_event_1.BaseEvent { constructor() { super(...arguments); this.schema = terminated_state_1.terminatedStateSchema; } log(ctx, chainID, data) { this.add(ctx, data, [chainID]); } } exports.TerminatedStateCreatedEvent = TerminatedStateCreatedEvent; //# sourceMappingURL=terminated_state_created.js.map