Skip to main content

entity.integrity.anchor

Anchor Objects

class Anchor()

Represents information about an anchor.

__init__

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

Constructs an Anchor object with the specified parameters.