UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

13 lines 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getServerStatus = void 0; /** * Use with {@link ApiComposer} and belongs to {@link NetworkApi}. * * See details at {@link NetworkApi.getServerStatus} * * @category factories */ const getServerStatus = (service) => () => service.query('getState'); exports.getServerStatus = getServerStatus; //# sourceMappingURL=getServerStatus.js.map