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

# ExportEvmAccountResult

```ts theme={null}
type ExportEvmAccountResult = {
  privateKey: string;
};
```

Result of exportEvmAccount.

## Properties

| Property                           | Type     | Description                                     |
| ---------------------------------- | -------- | ----------------------------------------------- |
| <a id="privatekey" /> `privateKey` | `string` | The 32 byte raw private key of the EVM account. |
