# GetRevocationListCredentialResultDto

DTO contains revocation list credential

## Properties

| Name                         | Type       | Description | Notes                  |
| ---------------------------- | ---------- | ----------- | ---------------------- |
| **revocationListCredential** | **object** |             | [default to undefined] |

## Example

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

const instance: GetRevocationListCredentialResultDto = {
  revocationListCredential,
}
```

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