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

    Interface CrossAgentReceiptChain

    interface CrossAgentReceiptChain {
        chainCoverage: number;
        fromAgentId: string;
        fromReceiptCount: number;
        gaps: string[];
        handoffId: string;
        matchedReceipts: number;
        toAgentId: string;
        toReceiptCount: number;
    }
    Index
    chainCoverage: number
    fromAgentId: string
    fromReceiptCount: number
    gaps: string[]
    handoffId: string
    matchedReceipts: number
    toAgentId: string
    toReceiptCount: number