3 val8762322028c/ElrondDevelopers 2years ago If I sign a transaction on the frontend, could I get the signature and use it on the backend via the sessionID?
3 val8762322028c/ElrondDevelopers 2years ago 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