Skip to content

SyncManagerConfig

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SyncManagerConfig

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23806

Sync manager configuration

maxBatchSize: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23425

Maximum blocks per sync batch

ObliviousSyncConfig.maxBatchSize


timeoutMs: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23427

Timeout for sync requests (ms)

ObliviousSyncConfig.timeoutMs


retries: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23429

Number of retries on failure

ObliviousSyncConfig.retries


epochDurationSeconds: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23431

Epoch duration for sync randomness (seconds)

ObliviousSyncConfig.epochDurationSeconds


parallelSync: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23433

Enable parallel sync across chains

ObliviousSyncConfig.parallelSync


autoRotateRandomness: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23808

Auto-rotate sync randomness on epoch change


backgroundSync: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23810

Enable background sync


backgroundSyncIntervalMs: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:23812

Background sync interval (ms)