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
Name | Type |
---|---|
results | { proof : Proof & { @context : string [] } ; purposeResult : { controller : Omit <DidDocument , "controller" | "service" > ; valid : boolean } ; verificationMethod : VerificationMethod ; verified : boolean }[] |
verified | boolean |
Defined in
klayr-verifiable-credentials/src/types.ts:57
verified
• verified: boolean