lisk-framework
Version:
Lisk blockchain application platform
8 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MainchainCCChannelTerminatedCommand = void 0;
const channel_terminated_1 = require("../../base_cc_commands/channel_terminated");
class MainchainCCChannelTerminatedCommand extends channel_terminated_1.BaseCCChannelTerminatedCommand {
}
exports.MainchainCCChannelTerminatedCommand = MainchainCCChannelTerminatedCommand;
//# sourceMappingURL=channel_terminated.js.map