Skip to main content
Module

x/capi/mod.ts>known.SyncState

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface known.SyncState
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { SyncState } = known;

Properties

startingBlock: number

Height of the block at which syncing started.

currentBlock: number

Height of the current best block of the node.

highestBlock: number

Height of the highest block in the network.