Member Junction
    Preparing search index...

    Oracle evaluation result

    interface OracleResult {
        details?: unknown;
        message: string;
        oracleType: string;
        passed: boolean;
        score: number;
    }
    Index

    Properties

    details?: unknown

    Additional details (oracle-specific)

    message: string

    Human-readable message

    oracleType: string

    Oracle type that produced this result

    passed: boolean

    Whether the oracle check passed

    score: number

    Numeric score (0.0 to 1.0)