ProofQuery interface
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.
Query represents structure for query to atomic circuit
ProofQuery
Signature:
export interface ProofQuery
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| allowedIssuers? | string[] | (Optional) | |
| claimId? | string | (Optional) | |
| context? | string | (Optional) | |
| credentialSubject? | { [key: string]: unknown; } | (Optional) | |
| credentialSubjectId? | string | (Optional) | |
| schema? | string | (Optional) | |
| skipClaimRevocationCheck? | boolean | (Optional) | |
| type? | string | (Optional) |