# SignPresentationLdpResultDto

DTO contains signed presentation

## Properties

| Name             | Type       | Description                         | Notes                  |
| ---------------- | ---------- | ----------------------------------- | ---------------------- |
| **presentation** | **object** | Signed presentation in Dm1Ld format | [default to undefined] |

## Example

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

const instance: SignPresentationLdpResultDto = {
  presentation,
}
```

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