/ DEVELOPERS / API / QW_VERIFYTYPEDDATA
qw_verifyTypedData
Server-side EIP-712 typed-data signature check. Useful for permits / meta-tx flows. Optionally enforces an expected signer.
qw_verifyTypedData
Server-side EIP-712 typed-data signature check. Useful for permits / meta-tx flows. Optionally enforces an expected signer.
qw_*category: walletreturns: object
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"qw_verifyTypedData","params":[],"id":1}'