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
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