Skip to content

VerificationHints

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / VerificationHints

Defined in: @sip-protocol/types/dist/index.d.ts:2595

Hints to optimize verification

verificationOrder: string[]

Defined in: @sip-protocol/types/dist/index.d.ts:2597

Recommended verification order


parallelGroups: string[][]

Defined in: @sip-protocol/types/dist/index.d.ts:2599

Proofs that can be verified in parallel


estimatedTimeMs: number

Defined in: @sip-protocol/types/dist/index.d.ts:2601

Estimated total verification time (milliseconds)


estimatedCost: bigint

Defined in: @sip-protocol/types/dist/index.d.ts:2603

Estimated total verification cost


supportsBatchVerification: boolean

Defined in: @sip-protocol/types/dist/index.d.ts:2605

Whether batch verification is supported