Skip to content

BrowserNoirProviderConfig

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / BrowserNoirProviderConfig

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:570

Browser Noir Provider Configuration

optional useWorker: boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:575

Use Web Workers for proof generation (non-blocking)

true

optional verbose: boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:580

Enable verbose logging for debugging

false

optional oraclePublicKey: PublicKeyCoordinates

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:585

Oracle public key for verifying attestations in fulfillment proofs Required for production use.


optional timeout: number

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:590

Maximum time for proof generation before timeout (ms)

60000 (60 seconds), mobile: 120000 (2 minutes)

optional mobileMode: boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:596

Enable mobile-optimized mode (auto-detected by default) When true, adjusts memory usage and timeout for mobile devices

auto-detected

optional forceInitialize: boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:602

Allow initialization even with poor compatibility score Use with caution on mobile devices

false