Skip to main content

get_leaf_proof_with_finalized_assumption

Function get_leaf_proof_with_finalized_assumption 

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