I have this in the front end, so user can sign a transaction without sending it, and I want to send this transaction in the backend
val8762322028 activity
val8762322028 commented on If I sign a transaction on the frontend, could I get the signature and use it on the backend via the sessionID?
yes I want to send it depending on some calculations on the backend
val8762322028 commented on Hey all. I am trying to sign a transaction without sending it. I am using the signWithoutSending: true property but the transaction is still sent. The snippet: const { sessionId, error } = await sendTransactions({ transactions: [ { value: 1000000000000000000, ... Read more
Upgrading to the latest version fixed the issue. Thanks for the replies