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.
fn sync_subchain(
params: SyncParams,
event_sender: Sender<ChainIndexerEvent>,
) -> JoinHandle<SyncParams>
Sync a portion of the blockchain.
Set end to Point::TIP
to sync the tip continuously.