cuprated::rpc::request::blockchain

Function find_first_unknown

Source
pub(crate) async fn find_first_unknown(
    blockchain_read: &mut BlockchainReadHandle,
    hashes: Vec<[u8; 32]>,
) -> Result<Option<(usize, u64)>, Error>
Expand description