UNPKG

@fruitsjs/core

Version:

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

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