# HSMSignResponse

Response body representing a sign-data response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**publicKey** | **string** |  | [default to undefined]
**signature** | **string** |  | [default to undefined]

## Example

```typescript
import { HSMSignResponse } from '@curvegrid/multibaas-sdk';

const instance: HSMSignResponse = {
    publicKey,
    signature,
};
```

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