UNPKG

lisk-framework

Version:

Lisk blockchain application platform

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