cuprated::rpc::request::blockchain

Function filter_unknown_hashes

Source
pub(crate) async fn filter_unknown_hashes(
    blockchain_read: &mut BlockchainReadHandle,
    block_hashes: HashSet<[u8; 32]>,
) -> Result<HashSet<[u8; 32]>, Error>
Expand description