ProofVerificationResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ProofVerificationResult
Interface: ProofVerificationResult
Section titled “Interface: ProofVerificationResult”Defined in: @sip-protocol/types/dist/index.d.ts:2760
Result of verifying a composed proof
Extended by
Section titled “Extended by”Properties
Section titled “Properties”valid:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:2762
Whether all proofs verified successfully
results
Section titled “results”results:
IndividualVerificationResult[]
Defined in: @sip-protocol/types/dist/index.d.ts:2764
Individual verification results
totalTimeMs
Section titled “totalTimeMs”totalTimeMs:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2766
Total verification time (milliseconds)
method
Section titled “method”method:
"individual"|"batch"|"aggregated"
Defined in: @sip-protocol/types/dist/index.d.ts:2768
Verification method used