VerificationHints
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / VerificationHints
Interface: VerificationHints
Section titled “Interface: VerificationHints”Defined in: @sip-protocol/types/dist/index.d.ts:2595
Hints to optimize verification
Properties
Section titled “Properties”verificationOrder
Section titled “verificationOrder”verificationOrder:
string[]
Defined in: @sip-protocol/types/dist/index.d.ts:2597
Recommended verification order
parallelGroups
Section titled “parallelGroups”parallelGroups:
string[][]
Defined in: @sip-protocol/types/dist/index.d.ts:2599
Proofs that can be verified in parallel
estimatedTimeMs
Section titled “estimatedTimeMs”estimatedTimeMs:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2601
Estimated total verification time (milliseconds)
estimatedCost
Section titled “estimatedCost”estimatedCost:
bigint
Defined in: @sip-protocol/types/dist/index.d.ts:2603
Estimated total verification cost
supportsBatchVerification
Section titled “supportsBatchVerification”supportsBatchVerification:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:2605
Whether batch verification is supported