# ParameterWithValue ## Properties |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>**](Parameter.md) | | [optional] [default to undefined]| |**value** | **string** | The value of the parameter. can also be ParameterWithValue | [optional] [default to undefined]| |**functionValue** | [**LeanAbiFunction**](LeanAbiFunction.md) | 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]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)