| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the parameter as it appears in the ABI | [default to undefined] |
| type | string | The type of the parameter as it appears in the ABI | [default to undefined] |
| description | string | A description of the parameter, fetched from the devdoc of this contract | [optional] [default to undefined] |
| internalType | string | The internal type of the parameter as it appears in the ABI | [optional] [default to undefined] |
| components | Array<Parameter> | [optional] [default to undefined] | |
| value | string | The value of the parameter. can also be ParameterWithValue | [optional] [default to undefined] |
| functionValue | LeanAbiFunction | The function value of this param (if has one). If this is set, the `value` shouldn`t be. Used for proxies | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]