Interface ISyncTrustSyncEvent

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

interface ISyncTrustSyncEvent {
    processed: number;
    total: number;
}

Properties

Properties

processed: number
total: number

Generated using TypeDoc