Releases: Bitcoin-com/bitbox-sdk
Releases · Bitcoin-com/bitbox-sdk
v4.0.0
- Returning a string TXID when
sendRawTransaction()
is called with a single transaction hex. Previously it returned an Array with a single element containing a TXID string. - Uses the new rest
POST
bulk endpoint when callingdecodeScript()
with an array. - Updates to unit and integration tests.
- New end-to-end tests for the
sendRawTransactions()
endpoint variations.