a question need help,thanks
af913337456 opened this issue · 2 comments
af913337456 commented
in bitcoin,if we need to parse an address's UTXO in order to count it's balance,even our bitcoin node has sync all the block data,we still can't use an official PRC API to list any address's UTXO,is that so?
af913337456 commented
@mycroft hi,Is my opinion right?If it's correct, even if we synchronize all the block data, we can only write code and do some statistical work to query "utxo" of any address?
af913337456 commented
@mycroft In addition, after synchronizing all the block data, we can use listunsent to query the UTXOof any address?