# SignCredentialsLdpResultDto

DTO contains signed credential

## Properties

| Name           | Type       | Description                              | Notes                  |
| -------------- | ---------- | ---------------------------------------- | ---------------------- |
| **credential** | **object** | Signed credential can be in Dm2Ld format | [default to undefined] |

## Example

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

const instance: SignCredentialsLdpResultDto = {
  credential,
}
```

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