Interface ISyncBlocksEvent

Emitted by UtxoProcessor when node is syncing blocks as a part of the IBD (Initial Block Download) process.

interface ISyncBlocksEvent {
    blocks: number;
    progress: number;
}

Properties

Properties

blocks: number
progress: number

Generated using TypeDoc