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

# JsonFragmentType

> **注意**: このページはまだ日本語に翻訳されていません。以下は英語の原文です。

A Type description in a [JSON ABI format](https://docs.soliditylang.org/en/v0.8.19/abi-spec.html#json).

## Properties

| Property        | Modifier   | Type                                                                          | Description                  |
| :-------------- | :--------- | :---------------------------------------------------------------------------- | :--------------------------- |
| `components?`   | `readonly` | readonly [`JsonFragmentType`](/jp/sdk/content/interfaces/JsonFragmentType)\[] | The components for a tuple.  |
| `indexed?`      | `readonly` | `boolean`                                                                     | If the parameter is indexed. |
| `internalType?` | `readonly` | `string`                                                                      | The internal Solidity type.  |
| `name?`         | `readonly` | `string`                                                                      | The parameter name.          |
| `type?`         | `readonly` | `string`                                                                      | The type of the parameter.   |
