UNPKG

@fruitsjs/core

Version:

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

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