UNPKG

lisk-framework

Version:

Lisk blockchain application platform

8 lines 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MainchainCCRegistrationCommand = exports.MainchainCCChannelTerminatedCommand = void 0; var channel_terminated_1 = require("./channel_terminated"); Object.defineProperty(exports, "MainchainCCChannelTerminatedCommand", { enumerable: true, get: function () { return channel_terminated_1.MainchainCCChannelTerminatedCommand; } }); var registration_1 = require("./registration"); Object.defineProperty(exports, "MainchainCCRegistrationCommand", { enumerable: true, get: function () { return registration_1.MainchainCCRegistrationCommand; } }); //# sourceMappingURL=index.js.map