Closed christroutner closed 5 years ago
Also a person should be able to pass in an array of raw hex and have it pass back an array of txids by using the newly created REST bulk sendRawTransactions endpoint
This Issue will be unblocked when this rest PR is merged.
This issue resolved by PR #70
This issue depends on this issue in the rest repo being completed first. Once that feature change has been made to rest, BITBOX needs to be updated to reflect the same behavior:
When a single hex string is passed into
BITBOX.RawTransactions.sendRawTransactions()
, it should return a TXID as a string. The current implementation returns an array with a single string element.