clementine_core::bitcoin_syncer

Function fetch_block_info_from_height

Source
async fn fetch_block_info_from_height(
    rpc: &ExtendedBitcoinRpc,
    height: u32,
) -> Result<BlockInfo, BridgeError>
Expand description

Fetches the BlockInfo for a given height from Bitcoin.