# SignJwtV2ResultDto

## Properties

| Name          | Type       | Description | Notes                             |
| ------------- | ---------- | ----------- | --------------------------------- |
| **signedJwt** | **string** |             | [optional] [default to undefined] |

## Example

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

const instance: SignJwtV2ResultDto = {
  signedJwt,
}
```

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