# ListWalletKeysOK

Response containing wallet keys

## Properties

| Name     | Type                                             | Description         | Notes                  |
| -------- | ------------------------------------------------ | ------------------- | ---------------------- |
| **keys** | [**Array&lt;WalletKeyDto&gt;**](WalletKeyDto.md) | list of wallet keys | [default to undefined] |

## Example

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

const instance: ListWalletKeysOK = {
  keys,
}
```

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