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