Hash
verifyTypedData
Compute the address used to sign the typed data for the signature
.
Parameters
Parameter | Type | Description |
---|---|---|
domain | TypedDataDomain | The domain of the typed data. |
types | Record <string , TypedDataField []> | The types of the typed data. |
value | Record <string , any > | The value of the typed data. |
signature | SignatureLike | The signature to verify. |
Returns
string
The address that signed the typed data.
Source
Was this page helpful?