Problems with signature verification on chain

We don’t have a limitation on the size of the payload to be signed therefore you can combine both things into a string:

${txt} ${nonce}

Make sure this is the same way you are doing it onchain as well.

You might find this helpful

1 Like