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
Currently create_proposed_transactions takes a TransactionProposal and synchronously produces all of its corresponding transactions, including proofs and signatures. We instead want to separate out the proving and signing steps by enabling (via a new method) returning the unauthorized transactions after their Builder::build step, so that the caller has the option of performing proving or signing on a different device.
The text was updated successfully, but these errors were encountered:
Currently
create_proposed_transactions
takes aTransactionProposal
and synchronously produces all of its corresponding transactions, including proofs and signatures. We instead want to separate out the proving and signing steps by enabling (via a new method) returning the unauthorized transactions after theirBuilder::build
step, so that the caller has the option of performing proving or signing on a different device.The text was updated successfully, but these errors were encountered: