# SignerWallet

A signer wallet.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of the signer. | [default to undefined]
**wallet** | **string** | An ethereum address. | [default to undefined]
**signer** | **string** | An ethereum address. | [default to undefined]
**label** | **string** | The label of the signer. | [default to undefined]

## Example

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

const instance: SignerWallet = {
    type,
    wallet,
    signer,
    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)
