Skip to main content

get_leaf_proof_with_finalized_assumption

Function get_leaf_proof_with_finalized_assumption 

Source
pub(crate) async fn get_leaf_proof_with_finalized_assumption<State>(
    state: &State,
    requested_leaf: LeafQueryData<SeqTypes>,
    finalized: usize,
    fetch_timeout: Duration,
    chain_limit: usize,
) -> Result<LeafProof, Error>
where State: AvailabilityDataSource<SeqTypes>,