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