> ## 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`](/ko/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.   |
