perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Update `Session` nonce on rejected signature request #141

Open ndzik opened 2 years ago

ndzik commented 2 years ago

Originated here.

Since we split signing from sending it is now possible to solve this on the SDK side by registering appropriate handler on the tx.sign promises.

ndzik commented 1 year ago

Still relevant