Skip to main content
type SignTypedDataRequest = {
  method: "eth_signTypedData_v4";
  params: [EvmAddress, string];
};
A request to the eth_signTypedData_v4 method.

Properties

PropertyType
method"eth_signTypedData_v4"
params[EvmAddress, string]