Skip to content

SyncManagerConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SyncManagerConfig

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

Sync manager configuration

maxBatchSize: number

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

Maximum blocks per sync batch

ObliviousSyncConfig.maxBatchSize


timeoutMs: number

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

Timeout for sync requests (ms)

ObliviousSyncConfig.timeoutMs


retries: number

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

Number of retries on failure

ObliviousSyncConfig.retries


epochDurationSeconds: number

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

Epoch duration for sync randomness (seconds)

ObliviousSyncConfig.epochDurationSeconds


parallelSync: boolean

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

Enable parallel sync across chains

ObliviousSyncConfig.parallelSync


autoRotateRandomness: boolean

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

Auto-rotate sync randomness on epoch change


backgroundSync: boolean

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

Enable background sync


backgroundSyncIntervalMs: number

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

Background sync interval (ms)