clementine_core

Module bitcoin_syncer

Source
Expand description

Β§Bitcoin Syncer

This module provides common utilities to fetch Bitcoin state. Other modules can use this module to operate over Bitcoin. Every block starting from paramset.start_height is fetched and stored in the database.

StructsΒ§

EnumsΒ§

  • Events emitted by the Bitcoin syncer. It emits the block_id of the block in the db that was saved.

ConstantsΒ§

TraitsΒ§

  • Trait for handling new blocks as they are finalized

FunctionsΒ§