Constructors

Methods

  • Verify an anchor's Merkle root against the actual events.

    Parameters

    • anchorId: string

    Returns Promise<{
        valid: boolean;
        anchor: AnchorRecord;
        errors: string[];
    }>