UNPKG

lisk-framework

Version:

Lisk blockchain application platform

11 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseInternalMethod = void 0; class BaseInternalMethod { constructor(stores, events) { this.stores = stores; this.events = events; } } exports.BaseInternalMethod = BaseInternalMethod; //# sourceMappingURL=BaseInternalMethod.js.map