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

# SendEvmTransactionResult

```ts theme={null}
type SendEvmTransactionResult = {
  transactionHash: Hex;
};
```

Result of sendEvmTransaction.

## Properties

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