Sha256: 2ef7e223f9db2bf259504dc946365d3decd671e3f01f8396e6cdc29d516fb17a

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

import { fetchTransactions } from '../../api-node/transactions';
import getAssetsByTransaction from './getAssetsByTransaction';
export default function (base, address, limit, after) {
    return fetchTransactions(base, address, limit, after)
        .then(transactions => getAssetsByTransaction(base, transactions).then(assets => ({ transactions, assets })));
}
//# sourceMappingURL=getTransactionsWithAssets.js.map

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/node-api-js/es/tools/adresses/getTransactionsWithAssets.js