Trying to get UAL working and SQRL is the only wallet not properly sending our transaction, Anchor, Telos Sign, and Wombat work. I noticed, inserting "code" and "type" into the transaction serves no use:

My original code sends this:

And so when I click to approve the transaction it fails with this error:

Is the issue in here?
https://github.com/telosnetwork/sqrl/blob/ebd93a3197f08bcd55a955b5d88ed3072d432c56/app/wallet-integration/components/modals/RequestSignaturePrompt.js
This sort of transaction should just fully rely on what the developers specify in their actions as needed variables and should not add any. eosio.token can be changed even, known types vs. unknown types? Developers should be sending the correct arguments, no need to know common types. Is this the issue?
Trying to get UAL working and SQRL is the only wallet not properly sending our transaction, Anchor, Telos Sign, and Wombat work. I noticed, inserting "code" and "type" into the transaction serves no use:
My original code sends this:
And so when I click to approve the transaction it fails with this error:
Is the issue in here?
https://github.com/telosnetwork/sqrl/blob/ebd93a3197f08bcd55a955b5d88ed3072d432c56/app/wallet-integration/components/modals/RequestSignaturePrompt.js
This sort of transaction should just fully rely on what the developers specify in their actions as needed variables and should not add any. eosio.token can be changed even, known types vs. unknown types? Developers should be sending the correct arguments, no need to know common types. Is this the issue?