# ContractParameter

Type conversion options for an input or an output of a function or an event.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**typeConversion** | [**ContractABITypeConversion**](ContractABITypeConversion.md) |  | [default to undefined]

## Example

```typescript
import { ContractParameter } from '@curvegrid/multibaas-sdk';

const instance: ContractParameter = {
    typeConversion,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
