Skip to content

BrowserNoirProviderConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / BrowserNoirProviderConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:630

Browser Noir Provider Configuration

optional useWorker: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:635

Use Web Workers for proof generation (non-blocking)

true

optional verbose: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:640

Enable verbose logging for debugging

false

optional oraclePublicKey: PublicKeyCoordinates

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:645

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


optional timeout: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:650

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-DXh2IGkz.d.ts:656

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-DXh2IGkz.d.ts:662

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

false