Interface ISyncUtxoSyncEvent

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

interface ISyncUtxoSyncEvent {
    chunks: number;
    total: number;
}

Properties

Properties

chunks: number
total: number

Generated using TypeDoc