ExecutePermit
ownerstring
Blockchain address of the wallet that will send the tokens
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826
valuestring
Amount of tokens allowed in the transaction processed by the ExchangeSmartContract or operator wallet
Example:
1200
spenderstring
Blockchain address of the wallet that will be allowed to spend the tokens (ExchangeSmartContract / Operator wallet)
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826
deadlinestring
Timestamp in seconds until which the transaction is valid. The transaction will be invalid after this timestamp
Example:
1697030400
signaturestring
EIP712 signature of the transaction. The signature is generated by the wallet owner using the EIP712 standard
Example:
0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b
ExecutePermit
{
"owner": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"value": "1200",
"spender": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"deadline": "1697030400",
"signature": "0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b"
}