Skip to main content

entity.integrity.proof_anchor

ProofAnchor Objects

class ProofAnchor()

Represents a proof anchor.

__init__

def __init__(anchor_id: int, networks: List[AnchorNetwork], root: str,
status: str) -> None

Constructs a ProofAnchor object with the specified parameters.