注意: 此页面尚未翻译成中文。以下内容为英文原版。
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.
