@fruitsjs/core
Version:
Principal package with functions and models for building Fruits Eco-Blockchain applications.
10 lines • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBlocks = void 0;
const getBlocks = (service) => (firstIndex, lastIndex, includeTransactions) => service.query('getBlocks', {
firstIndex,
lastIndex,
includeTransactions
});
exports.getBlocks = getBlocks;
//# sourceMappingURL=getBlocks.js.map