Skip to main content

get_namespaces_proof_range

Function get_namespaces_proof_range 

Source
async fn get_namespaces_proof_range<State>(
    state: &State,
    start: usize,
    end: usize,
    namespaces: &[u64],
    fetch_timeout: Duration,
    large_object_range_limit: usize,
) -> Result<Vec<HashMap<u64, NamespaceProof>>, Error>
where State: AvailabilityDataSource<SeqTypes>,