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

    Interface InclusionProof

    interface InclusionProof {
        entryHash: string;
        entryIndex: number;
        logSize: number;
        proof: { direction: "left" | "right"; hash: string }[];
        rootHash: string;
    }
    Index
    entryHash: string
    entryIndex: number
    logSize: number
    proof: { direction: "left" | "right"; hash: string }[]
    rootHash: string