Skip to content

@armada/sdk / index / QuickSyncResponse

Interface: QuickSyncResponse

Defined in: src/sync/quick-sync-wire.ts:83

The full quick-sync response envelope. syncedThroughBlock is the highest block the indexer has fully covered — it may lag the requested range's head, in which case the SDK RPC-covers the tail.

Properties

schemaVersion

readonly schemaVersion: number

Defined in: src/sync/quick-sync-wire.ts:84


syncedThroughBlock

readonly syncedThroughBlock: number

Defined in: src/sync/quick-sync-wire.ts:85


shields

readonly shields: readonly WireShieldCommitment[]

Defined in: src/sync/quick-sync-wire.ts:86


transacts

readonly transacts: readonly WireTransactCommitment[]

Defined in: src/sync/quick-sync-wire.ts:87


nullifiers

readonly nullifiers: readonly WireNullifier[]

Defined in: src/sync/quick-sync-wire.ts:88


unshields

readonly unshields: readonly WireUnshield[]

Defined in: src/sync/quick-sync-wire.ts:89