> ## 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.

# SignEvmTransactionResult

```ts theme={null}
type SignEvmTransactionResult = {
  signedTransaction: Hex;
};
```

Result of signEvmTransaction.

## Properties

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