clementine_core::metrics

Function get_btc_syncer_synced_height

Source
pub async fn get_btc_syncer_synced_height(
    db: &Database,
) -> Result<Option<u32>, BridgeError>
Expand description

Get the last processed block height of the Bitcoin Syncer or None if no block is present in the database.