Closed danwag06 closed 1 month ago
When the provider calls sendBSV we are building and broadcasting the the tx in the same call. In order to surface the TxPreview we will need to build the tx first so we have the rawtx then broadcast on submission.
sendBSV
TxPreview
When the provider calls
sendBSV
we are building and broadcasting the the tx in the same call. In order to surface theTxPreview
we will need to build the tx first so we have the rawtx then broadcast on submission.