# ReadCallFunctionDtoAbiFunction ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**stateMutability** | **string** | | [default to undefined]| |**name** | **string** | The name of the instruction | [default to undefined]| |**type** | **string** | | [default to undefined]| |**inputs** | [**Array<ParameterWithValue>**](ParameterWithValue.md) | | [default to undefined]| |**discriminator** | **Array<number>** | The discriminator for the instruction. Acts as a function selector | [default to undefined]| |**accounts** | [**Array<SOLAccountWithValue>**](SOLAccountWithValue.md) | | [default to undefined]| |**args** | [**Array<SolParameterWithValue>**](SolParameterWithValue.md) | The arguments of the instruction | [default to undefined]| |**outputs** | [**Array<Parameter>**](Parameter.md) | | [optional] [default to undefined]| |**description** | **string** | | [optional] [default to undefined]| ## Enum: ReadCallFunctionDtoAbiFunctionStateMutabilityEnum * `Pure` (value: `'pure'`) * `View` (value: `'view'`) [[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)