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

# TransactionLike

A **TransactionLike** is a JSON representation of a transaction.

## Properties

| Property     | Type                                                                 | Description                               |
| :----------- | :------------------------------------------------------------------- | :---------------------------------------- |
| `chainId?`   | `null` \| [`BigNumberish`](/sdk/content/type-aliases/BigNumberish)   | The chain ID the transaction is valid on. |
| `hash?`      | `null` \| `string`                                                   | The hash of the transaction.              |
| `signature?` | `null` \| [`SignatureLike`](/sdk/content/type-aliases/SignatureLike) | The signature for the transaction         |
| `type`       | `null` \| `number`                                                   | The type.                                 |
