@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
18 lines • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAssetTransfersPerAccount = void 0;
const getAssetTransfers_1 = require("./getAssetTransfers");
/**
* Use with {@link ApiComposer} and belongs to {@link AssetApi}.
*
* See details at {@link AssetApi.getAssetTransfersPerAccount}
*
* @category factories
*/
const getAssetTransfersPerAccount = (service) => (args) => (0, getAssetTransfers_1.getAssetTransfers)(service)({
accountId: args.accountId,
firstIndex: args.firstIndex,
lastIndex: args.lastIndex
});
exports.getAssetTransfersPerAccount = getAssetTransfersPerAccount;
//# sourceMappingURL=getAssetTransfersPerAccount.js.map