@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
13 lines • 456 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBlockchainStatus = void 0;
/**
* Use with {@link ApiComposer} and belongs to {@link NetworkApi}.
*
* See details at {@link NetworkApi.getBlockchainStatus}
*
* @category factories
*/
const getBlockchainStatus = (service) => () => service.query('getBlockchainStatus');
exports.getBlockchainStatus = getBlockchainStatus;
//# sourceMappingURL=getBlockchainStatus.js.map