Skip to main content

create_proof

Function create_proof 

Source
pub fn create_proof(
    root: &str,
    name: &str,
    nodes: &BTreeMap<String, Vec<u8>>,
) -> V2Result<HamtProof>