Skip to main content
Module

x/polkadot/types/interfaces/index.ts>EthSyncInfo

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthSyncInfo
implements Struct
import { type EthSyncInfo } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/index.ts";

Properties

readonly
startingBlock: U256
readonly
currentBlock: U256
readonly
highestBlock: U256
readonly
warpChunksAmount: Option<U256>
readonly
warpChunksProcessed: Option<U256>