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