Application Binary Interface
JsonFragmentType
A Type description in a JSON ABI format.
Properties
Property | Modifier | Type | Description |
---|---|---|---|
components? | readonly | readonly 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. |
Was this page helpful?