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
364 stars 68 forks source link

Add get_txns_spender to doc #195

Closed Tomtibo closed 4 years ago

Tomtibo commented 4 years ago

This is my first PR so let me know if I made this right. Possible optional arguments need to be added.

Kexkey commented 4 years ago

Awesome! Thanks for the contribution @Tomtibo ! I see there are some more missing endpoints in the docs, like get_txns_by_watchlabel and get_unused_addresses_by_watchlabel... if you ever want to add them too you are very much welcome! We need more docs and tutorials.

@gabidi does this addition to the docs for this endpoint look right?

Tomtibo commented 4 years ago

Yep! Done! I'm still a little confuse about how to use git, so sorry for those garbage commit. Should be clean now.