Properties
| Property | Type |
|---|---|
method | "eth_signTypedData_v4" |
params | [EvmAddress, string] |
type SignTypedDataRequest = {
method: "eth_signTypedData_v4";
params: [EvmAddress, string];
};
| Property | Type |
|---|---|
method | "eth_signTypedData_v4" |
params | [EvmAddress, string] |
Was this page helpful?