UNPKG

lisk-framework

Version:

Lisk blockchain application platform

15 lines 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseInteroperabilityCCCommand = void 0; const base_cc_command_1 = require("./base_cc_command"); class BaseInteroperabilityCCCommand extends base_cc_command_1.BaseCCCommand { constructor(stores, events, interoperableCCMethods = new Map(), internalMethods) { super(stores, events); this.stores = stores; this.events = events; this.interoperableCCMethods = interoperableCCMethods; this.internalMethods = internalMethods; } } exports.BaseInteroperabilityCCCommand = BaseInteroperabilityCCCommand; //# sourceMappingURL=base_interoperability_cc_commands.js.map