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

    Interface ReputationCheckConfig

    Reputation check configuration

    interface ReputationCheckConfig {
        minScore: number;
        trustedReviewers: `0x${string}`[];
        tag1?: string;
        tag2?: string;
        onBelowThreshold?: "reject" | "warn";
    }
    Index

    Properties

    minScore: number

    Minimum normalized score (0-100) required to proceed

    trustedReviewers: `0x${string}`[]

    Addresses whose feedback is trusted for Sybil-resistance

    tag1?: string

    Tags to filter on (optional)

    tag2?: string
    onBelowThreshold?: "reject" | "warn"

    Action on score below threshold: "reject" | "warn"