UNPKG

@fruitsjs/core

Version:

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

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