Sha256: 0773f681b951bb95ce9c517161e6c606f76e7bb81064c96dc326380aa3aab834
Contents?: true
Size: 349 Bytes
Versions: 1
Compression:
Stored size: 349 Bytes
Contents
import { fetchDetails } from '../../api-node/assets'; import getAssetIdListByTx from './getAssetIdListByTx'; import { indexBy, prop } from '../utils'; export default function (base, tx) { return fetchDetails(base, getAssetIdListByTx(tx)) .then(list => indexBy(prop('assetId'), list)); } //# sourceMappingURL=getAssetsByTransaction.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/getAssetsByTransaction.js |