Skip to main content

entity.integrity.proof

Proof Objects

class Proof()

Represents a proof, including leaves, nodes, depth, bitmap, and anchor information.

__init__

def __init__(leaves: List[str], nodes: List[str], depth: str, bitmap: str,
anchor: ProofAnchor) -> None

Constructs a Proof object with the specified parameters.