# ConstraintsConfiguration

Model representation of the constraints of a transaction channel configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**constraints** | [**Array&lt;ConstraintConfiguration&gt;**](ConstraintConfiguration.md) | The constraints of the configuration, only for the limited usage case. For the unconstrained case, no constraints are applied | [optional] [default to undefined]
**matchFilter** | **string** | Model representation of the match filter of the constraints configuration. | [optional] [default to undefined]
**usage** | **string** | Model representation of the constraints usage of a transaction channel constraints configuration. | [default to undefined]

## Example

```typescript
import { ConstraintsConfiguration } from './api';

const instance: ConstraintsConfiguration = {
    constraints,
    matchFilter,
    usage,
};
```

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