UNPKG

lisk-framework

Version:

Lisk blockchain application platform

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