Skip to content

Added utxo retrieval rpc

Chiguireitor requested to merge chiguireitor/addrindexrs:master into master

This is a first approach to utxo retrieval, works well on low used addresses but for really busy addresses it is kinda slow, this could be solved by a better handling of the data on the database side.

Also, first time i deal with Rust, so open to code style comments.

Merge request reports