UNPKG

@signumjs/core

Version:

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

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