Generate Signatures
Generate a typed signature using new rpc calls
In order to generate EIP-712 compatible signatures we will use rpc method eth_signTypedData_v4
The method parallels eth_sign
There are other rpc methods too namely eth_signTypedData
, eth_signTypedData_v2
, eth_signTypedData_v3
but latest version of this rpc method is eth_signTypedData_v4
Last updated
Was this helpful?