Function sync_subchain

Source
fn sync_subchain(
    params: SyncParams,
    event_sender: Sender<ChainIndexerEvent>,
) -> JoinHandle<SyncParams>
Expand description

Sync a portion of the blockchain. Set end to Point::TIP to sync the tip continuously.