fn get_proof_node()

in src/node_template.rs [181:183]


    fn get_proof_node(&self) -> Self::ProofNode {
        SumNodeSmt(self.0)
    }