UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

18 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAsset = void 0; /** * Use with {@link ApiComposer} and belongs to {@link AssetApi}. * * See details at {@link AssetApi.getAsset} * * @category factories * */ const getAsset = (service) => (args) => service.query('getAsset', { asset: args.assetId, quantityMinimumQNT: args.minimumQuantity, heightStart: args.heightStart, heightEnd: args.heightEnd }); exports.getAsset = getAsset; //# sourceMappingURL=getAsset.js.map