Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added bitcoin core rpc gettxoutsetinfo #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Gfloresechaiz
Copy link

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
Copy link
Collaborator

Kexkey commented Aug 18, 2020

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
Copy link
Author

done!

content:
application/json:
schema:
$ref: '#/components/schemas/TxoutsetInfo'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add TxoutsetInfo definition in the components:schemas: section below (starting line 2021)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants