# SignCredentialResultDto

DTO contains signed credential

## Properties

| Name                 | Type                        | Description | Notes                  |
| -------------------- | --------------------------- | ----------- | ---------------------- |
| **signedCredential** | **{ [key: string]: any; }** |             | [default to undefined] |

## Example

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

const instance: SignCredentialResultDto = {
  signedCredential,
}
```

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