lisk-framework
Version:
Lisk blockchain application platform
11 lines • 333 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseEndpoint = void 0;
class BaseEndpoint {
constructor(stores, offchainStores) {
this.stores = stores;
this.offchainStores = offchainStores;
}
}
exports.BaseEndpoint = BaseEndpoint;
//# sourceMappingURL=base_endpoint.js.map
;