interface FeedResponse {
    isNegative: boolean;
    oracleId: string;
    signature: string;
    successValue: string;
    timestamp: number;
}

Properties

isNegative: boolean
oracleId: string
signature: string
successValue: string
timestamp: number