UNPKG

@signumjs/core

Version:

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

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