Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/types.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.12/types/interfaces/types.ts";

Properties

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