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

    Interface MerkleProof

    interface MerkleProof {
        leaf: string;
        path: { hash: string; position: "left" | "right" }[];
        root: string;
    }
    Index
    leaf: string
    path: { hash: string; position: "left" | "right" }[]
    root: string