Bitcoin-com / bitbox-sdk

BITBOX SDK for Bitcoin Cash
https://developer.bitcoin.com/bitbox
MIT License
89 stars 62 forks source link

Added Schnorr to TransactionBuilder #91

Closed shilch closed 5 years ago

shilch commented 5 years ago

Support for Schnorr signatures, relevant PR.

Additional parameter on TransactionBuilder.sign(): signatureAlgorithm, can be ECDSA (0) or SCHNORR (1).