async fn _get_block_info_from_hash(
db: &Database,
dbtx: DatabaseTransaction<'_, '_>,
rpc: &ExtendedBitcoinRpc,
hash: BlockHash,
) -> Result<(BlockInfo, Vec<Vec<OutPoint>>), BridgeError>
async fn _get_block_info_from_hash(
db: &Database,
dbtx: DatabaseTransaction<'_, '_>,
rpc: &ExtendedBitcoinRpc,
hash: BlockHash,
) -> Result<(BlockInfo, Vec<Vec<OutPoint>>), BridgeError>