scrolls icon indicating copy to clipboard operation
scrolls copied to clipboard

Include all assets in UTxO data for FullUtxosByAddress reducer

Open MitchTurner opened this issue 2 years ago • 1 comments

The FullUtxosByAddress was only returning native assets and not including Lovelace amount. This PR fixes that.

MitchTurner avatar Jun 19 '23 23:06 MitchTurner

Works now:

index: 10, tx_hash: "da61ca2a79cc5f550ecb2a4a362da450428563d067a743c461b46bc641a63978"
Amount { quantity: 1344720, unit: "lovelace" }
Amount { quantity: 1000000, unit: "698a6ea0ca99f315034072af31eaac6ec11fe8558d3f48e9775aab9d7444524950" }

MitchTurner avatar Jun 20 '23 18:06 MitchTurner