Skip to main content

Interface: VPVerificationResult

Properties​

credentialResults​

• credentialResults: { credentialId: string ; results: VCVerificationResult[] ; verified: boolean }[]

Defined in​

klayr-verifiable-credentials/src/types.ts:52


presentationResult​

• presentationResult: Object

Type declaration​

NameType
results{ proof: Proof & { @context: string[] } ; purposeResult: { controller: Omit<DidDocument, "controller" | "service"> ; valid: boolean } ; verificationMethod: VerificationMethod ; verified: boolean }[]
verifiedboolean

Defined in​

klayr-verifiable-credentials/src/types.ts:57


verified​

• verified: boolean

Defined in​

klayr-verifiable-credentials/src/types.ts:51