# WalletDtoKeysInner

## Properties

| Name    | Type       | Description       | Notes                             |
| ------- | ---------- | ----------------- | --------------------------------- |
| **id**  | **string** | id of linked key  | [optional] [default to undefined] |
| **ari** | **string** | ari of linked key | [optional] [default to undefined] |

## Example

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

const instance: WalletDtoKeysInner = {
  id,
  ari,
}
```

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