> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SignEvmMessageResult

```ts theme={null}
type SignEvmMessageResult = {
  signature: Hex;
};
```

Result of signEvmMessage.

## Properties

| Property                         | Type                                                                     | Description    |
| -------------------------------- | ------------------------------------------------------------------------ | -------------- |
| <a id="signature" /> `signature` | [`Hex`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/Hex) | The signature. |
