# CreateWalletResponse

wallet dto

## Properties

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

## Example

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

const instance: CreateWalletResponse = {
  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)
