Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 417 Bytes

eth-connect.syncing.md

File metadata and controls

18 lines (12 loc) · 417 Bytes

Home > eth-connect > Syncing

Syncing type

Signature:

export type Syncing = {
    startingBlock: Quantity;
    currentBlock: Quantity;
    highestBlock: Quantity;
};

References: Quantity