Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function verifyTransparencyProofBundle

    • Parameters

      • bundleFile: string

      Returns {
          errors: string[];
          ok: boolean;
          proof:
              | {
                  entryHash: string;
                  leafIndex: number;
                  merkleRoot: string;
                  proofPath: { hash: string; position: "left"
                  | "right" }[];
                  rootSignatureFingerprint: string;
                  ts: number;
                  v: 1;
              }
              | null;
      }