Skip to main content
type SignEvmTypedDataResult = {
  signature: Hex;
};
Result of signEvmTypedData.

Properties

PropertyTypeDescription
signatureHexThe signature.