Skip to content

@armada/sdk / sync / EventBatch

Interface: EventBatch

Defined in: src/sync/index.ts:7

A batch of decoded pool events plus the highest block it fully covers.

Properties

events

readonly events: DecodedPoolEvents

Defined in: src/sync/index.ts:8


syncedThroughBlock

readonly syncedThroughBlock: number

Defined in: src/sync/index.ts:13

Highest block the batch fully covers. May be < the requested toBlock when an indexer lags the chain head — the SDK then RPC-covers the (syncedThroughBlock, toBlock] tail itself.