# CreateWalletV2Response

wallet dto

## Properties

| Name       | Type                              | Description | Notes                             |
| ---------- | --------------------------------- | ----------- | --------------------------------- |
| **wallet** | [**WalletV2Dto**](WalletV2Dto.md) |             | [optional] [default to undefined] |

## Example

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

const instance: CreateWalletV2Response = {
  wallet,
}
```

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