SyncManagerConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SyncManagerConfig
Interface: SyncManagerConfig
Section titled “Interface: SyncManagerConfig”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23470
Sync manager configuration
Extends
Section titled “Extends”Properties
Section titled “Properties”maxBatchSize
Section titled “maxBatchSize”maxBatchSize:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23089
Maximum blocks per sync batch
Inherited from
Section titled “Inherited from”ObliviousSyncConfig.maxBatchSize
timeoutMs
Section titled “timeoutMs”timeoutMs:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23091
Timeout for sync requests (ms)
Inherited from
Section titled “Inherited from”retries
Section titled “retries”retries:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23093
Number of retries on failure
Inherited from
Section titled “Inherited from”epochDurationSeconds
Section titled “epochDurationSeconds”epochDurationSeconds:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23095
Epoch duration for sync randomness (seconds)
Inherited from
Section titled “Inherited from”ObliviousSyncConfig.epochDurationSeconds
parallelSync
Section titled “parallelSync”parallelSync:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23097
Enable parallel sync across chains
Inherited from
Section titled “Inherited from”ObliviousSyncConfig.parallelSync
autoRotateRandomness
Section titled “autoRotateRandomness”autoRotateRandomness:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23472
Auto-rotate sync randomness on epoch change
backgroundSync
Section titled “backgroundSync”backgroundSync:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23474
Enable background sync
backgroundSyncIntervalMs
Section titled “backgroundSyncIntervalMs”backgroundSyncIntervalMs:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:23476
Background sync interval (ms)