DetailedVerificationResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / DetailedVerificationResult
Interface: DetailedVerificationResult
Section titled “Interface: DetailedVerificationResult”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1521
Detailed verification result
Extends
Section titled “Extends”Properties
Section titled “Properties”verificationOrder
Section titled “verificationOrder”verificationOrder:
string[]
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1523
Verification order used
linkValidation
Section titled “linkValidation”linkValidation:
LinkValidationResult[]
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1525
Cross-link validation results
verificationProof?
Section titled “verificationProof?”
optionalverificationProof:`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1527
Verification proof (if generated)
cacheStats
Section titled “cacheStats”cacheStats:
object
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1529
Cache hit information
hits:
number
misses
Section titled “misses”misses:
number
systemStats
Section titled “systemStats”systemStats:
Map<ProofSystem,SystemVerificationStats>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1534
Per-system verification stats
valid:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:2762
Whether all proofs verified successfully
Inherited from
Section titled “Inherited from”results
Section titled “results”results:
IndividualVerificationResult[]
Defined in: @sip-protocol/types/dist/index.d.ts:2764
Individual verification results
Inherited from
Section titled “Inherited from”ProofVerificationResult.results
totalTimeMs
Section titled “totalTimeMs”totalTimeMs:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2766
Total verification time (milliseconds)
Inherited from
Section titled “Inherited from”ProofVerificationResult.totalTimeMs
method
Section titled “method”method:
"individual"|"batch"|"aggregated"
Defined in: @sip-protocol/types/dist/index.d.ts:2768
Verification method used