pub fn branch_hash(
    root: &H256,
    branch_nodes: &Proof,
    index: usize
) -> Result<H256, Error>
Expand description

Verify a merkle branch, yielding the chunk hash meant to be present at that index.