UNPKG

lisk-framework

Version:

Lisk blockchain application platform

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