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

    Interface FeedbackRecord

    On-chain feedback record

    interface FeedbackRecord {
        value: bigint;
        valueDecimals: number;
        tag1: string;
        tag2: string;
        isRevoked: boolean;
        feedbackIndex: bigint;
        clientAddress: `0x${string}`;
    }
    Index

    Properties

    value: bigint
    valueDecimals: number
    tag1: string
    tag2: string
    isRevoked: boolean
    feedbackIndex: bigint
    clientAddress: `0x${string}`