UNPKG

@fruitsjs/core

Version:

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

10 lines 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountTransactions = void 0; const getAccountTransactions = (service) => (args) => { const parameters = Object.assign(Object.assign({}, args), { account: args.accountId }); delete parameters.accountId; return service.query('getAccountTransactions', parameters); }; exports.getAccountTransactions = getAccountTransactions; //# sourceMappingURL=getAccountTransactions.js.map