@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
readonlyevents:DecodedPoolEvents
Defined in: src/sync/index.ts:8
syncedThroughBlock
readonlysyncedThroughBlock: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.