> ## 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`](/jp/sdk/content/type-aliases/BigNumberish)   | The chain ID the transaction is valid on. |
| `hash?`      | `null` \| `string`                                                      | The hash of the transaction.              |
| `signature?` | `null` \| [`SignatureLike`](/jp/sdk/content/type-aliases/SignatureLike) | The signature for the transaction         |
| `type`       | `null` \| `number`                                                      | The type.                                 |
