UNPKG

lisk-framework

Version:

Lisk blockchain application platform

8 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SidechainCCMethod = void 0; const base_cc_method_1 = require("../base_cc_method"); class SidechainCCMethod extends base_cc_method_1.BaseCCMethod { } exports.SidechainCCMethod = SidechainCCMethod; //# sourceMappingURL=cc_method.js.map