UNPKG

@signumjs/core

Version:

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

18 lines 651 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAssetTradesPerAccount = void 0; const getAssetTrades_1 = require("./getAssetTrades"); /** * Use with {@link ApiComposer} and belongs to {@link AssetApi}. * * See details at {@link AssetApi.getAssetTransfersPerAccount} * * @category factories */ const getAssetTradesPerAccount = (service) => (args) => (0, getAssetTrades_1.getAssetTrades)(service)({ accountId: args.accountId, firstIndex: args.firstIndex, lastIndex: args.lastIndex }); exports.getAssetTradesPerAccount = getAssetTradesPerAccount; //# sourceMappingURL=getAssetTradesPerAccount.js.map