UNPKG

@fruitsjs/core

Version:

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

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