lisk-framework
Version:
Lisk blockchain application platform
8 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MainchainCCMethod = void 0;
const base_cc_method_1 = require("../base_cc_method");
class MainchainCCMethod extends base_cc_method_1.BaseCCMethod {
}
exports.MainchainCCMethod = MainchainCCMethod;
//# sourceMappingURL=cc_method.js.map