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

# OnchainTransactions

## Interfaces

### Item

Defined in: [\_vendor/api/types/TransferDetails.ts:23](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/_vendor/api/types/TransferDetails.ts#L23)

An onchain transaction associated with the transfer.

#### Properties

##### network

```ts theme={null}
network: Network;
```

Defined in: [\_vendor/api/types/TransferDetails.ts:26](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/_vendor/api/types/TransferDetails.ts#L26)

##### transactionHash

```ts theme={null}
transactionHash: string;
```

Defined in: [\_vendor/api/types/TransferDetails.ts:25](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/_vendor/api/types/TransferDetails.ts#L25)

The transaction hash.
