yours-org / yours-wallet

A non-custodial and open-source wallet for BSV and 1Sat Ordinals.
Other
64 stars 51 forks source link

Refactor SendBSV to show TxPreview component #251

Closed danwag06 closed 1 month ago

danwag06 commented 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.