W3CCredential.getCoreClaimFromProof() method
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.
gets core claim representation from credential proof
Signature:
getCoreClaimFromProof(proofType: ProofType): Claim | undefined;
Parameters
| Parameter | Type | Description |
|---|---|---|
| proofType | ProofType |
Returns:
Claim | undefined
{*} {(Claim | undefined)}