SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

added bitcoin core rpc gettxoutsetinfo #196

Open Gfloresechaiz opened 3 years ago

Gfloresechaiz commented 3 years ago

added bitcoin core rpc call gettxoutsetinfo which gives information on the utxo set, such as the amount of UTXOs, the amount of transaction with UTXOs but mainly to obtain the current bitcoin supply.

Kexkey commented 3 years ago

Awesome, thanks! Very apropos these days ;-)

Can you add the gettxoutsetinfo endpoint to https://github.com/SatoshiPortal/cyphernode/blob/dev/doc/openapi/v0/cyphernode-api.yaml please?

Thanks!

Gfloresechaiz commented 3 years ago

done!