# WalletsListDto

list of wallets

## Properties

| Name        | Type                                       | Description | Notes                             |
| ----------- | ------------------------------------------ | ----------- | --------------------------------- |
| **wallets** | [**Array&lt;WalletDto&gt;**](WalletDto.md) |             | [optional] [default to undefined] |

## Example

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

const instance: WalletsListDto = {
  wallets,
}
```

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