# SignerLabel

A signer label.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** | The label of the signer. | [default to undefined]

## Example

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

const instance: SignerLabel = {
    label,
};
```

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