ordspv
    Preparing search index...

    Interface SyncResult

    interface SyncResult {
        added: number;
        tipHeight: number;
    }
    Index
    added: number

    net tip growth this sync; headers replaced across a reorg rewind are not double-counted

    tipHeight: number