Allow to sign transactions without submitting them
Opened this issue · 0 comments
rmeissner commented
Currently when you call execTransactions it will submit the transaction to the connected wallet. It would be nice if possible to return the signed transaction without submitting it (some wallets support signTransactions
)