# UpdateWalletInput

Update wallet input params

## Properties

| Name            | Type       | Description                   | Notes                             |
| --------------- | ---------- | ----------------------------- | --------------------------------- |
| **name**        | **string** | The name of the wallet        | [optional] [default to undefined] |
| **description** | **string** | The description of the wallet | [optional] [default to undefined] |

## Example

```typescript
import { UpdateWalletInput } from '@affinidi-tdk/wallets-client'

const instance: UpdateWalletInput = {
  name,
  description,
}
```

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