T402 API Reference - v2.8.0
    Preparing search index...

    Interface FeedbackFile

    Off-chain feedback file structure

    interface FeedbackFile {
        agentRegistry: `${string}:${string}:${string}`;
        agentId: number;
        clientAddress: string;
        createdAt: string;
        value: number;
        valueDecimals: number;
        tag1?: string;
        tag2?: string;
        endpoint?: string;
        proofOfPayment?: ProofOfPayment;
    }
    Index

    Properties

    agentRegistry: `${string}:${string}:${string}`
    agentId: number
    clientAddress: string
    createdAt: string
    value: number
    valueDecimals: number
    tag1?: string
    tag2?: string
    endpoint?: string
    proofOfPayment?: ProofOfPayment