You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
currently it is not possible to sign the transaction with a wallet that does not have access to the network as it needs to know the unspent output (and the associated derivation path).
can I construct inputs for a transaction and import it to the wallet and try to sign it offline?
As I can export a transaction from a wallet in any stage, I can know the form of a transaction.
I want to do the following step:
with online wallet A, I create a normal transaction and add inputs, outputs after that export the transaction, I got a constructed file
replace the field in the constructed file with my goal real inputs and outputs, and save the file
(the UTXOs and index can get from other source)
with offline wallet B, import the transaction. the UTXOs of the inputs are all wallet B's. and in wallet B, try to finalize the transaction and sign it. and export then send
currently it is not possible to sign the transaction with a wallet that does not have access to the network as it needs to know the unspent output (and the associated derivation path).
This is a follow up on issue discussed in #42
The text was updated successfully, but these errors were encountered: