UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPeers = void 0; const getPeers = (service) => (active = true) => service.query('getPeers', { active, }); exports.getPeers = getPeers; //# sourceMappingURL=getPeers.js.map