graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

handle null transactions #51

Closed myrho closed 3 years ago

myrho commented 3 years ago

such as

cqlsh:ltc_raw_prod> select outputs from transaction where tx_prefix='12345' and tx_hash=0x12345007b0e3e16eafbcc60d55021a4e7599ef3a3c5dccd4329a0dc69fe0ef47;

 outputs
------------------------------------------------------------------------------------------------------------------------------------------
 [{address: null, value: 0, address_type: 7}, {address: ['ltc1q2lxkcy6plgr7tw7mkpcutu9jxgd4jfmt9w4y7j'], value: 287773, address_type: 8}]

(1 rows)
myrho commented 3 years ago

Done