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

    Interface FeedbackParams

    Parameters for submitting feedback

    interface FeedbackParams {
        agentId: bigint;
        value: bigint;
        valueDecimals: number;
        tag1: string;
        tag2: string;
        endpoint?: string;
        feedbackURI?: string;
        feedbackHash?: `0x${string}`;
    }
    Index

    Properties

    agentId: bigint
    value: bigint
    valueDecimals: number
    tag1: string
    tag2: string
    endpoint?: string
    feedbackURI?: string
    feedbackHash?: `0x${string}`