Skip to content

ProofProviderStatus

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ProofProviderStatus

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

Status of a proof provider

isReady: boolean

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

Whether provider is initialized and ready


isBusy: boolean

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

Whether provider is currently generating a proof


queueLength: number

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

Number of proofs in queue


optional lastError: string

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

Last error (if any)


metrics: ProofProviderMetrics

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

Provider health metrics