Skip to content

@armada/sdk / sync / SyncStatus

Interface: SyncStatus

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

Properties

phase

readonly phase: "error" | "idle" | "scanning" | "complete"

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


fromBlock

readonly fromBlock: number

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


toBlock

readonly toBlock: number

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


syncedThrough

readonly syncedThrough: number

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