pub async fn get_btc_syncer_synced_height( db: &Database, ) -> Result<Option<u32>, BridgeError>
Get the last processed block height of the Bitcoin Syncer or None if no block is present in the database.