IssuerData class
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
IssuerData is the data that is used to create a proof
IssuerData
Signature:
export declare class IssuerData
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(obj) | Creates an instance ofIssuerData . |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| authCoreClaim? | string | (Optional) | |
| credentialStatus? | CredentialStatus | (Optional) | |
| id | string | ||
| mtp? | Proof | (Optional) | |
| state | State |
Methods
| Method | Modifiers | Description |
|---|---|---|
| toJSON() |