async fn fetch_block_info_from_height( rpc: &ExtendedBitcoinRpc, height: u32, ) -> Result<BlockInfo, BridgeError>
Fetches the BlockInfo for a given height from Bitcoin.
BlockInfo