Interface AggregatorConfigParams

interface AggregatorConfigParams {
    aggregator: string;
    chainId?: string;
    feedHash: string;
    guardianQueueId?: string;
    maxStalenessSeconds: number;
    maxVariance: number;
    minResponses: number;
    minSampleSize: number;
    name: string;
    oracleQueueId?: string;
    switchboardAddress?: string;
}

Hierarchy (View Summary)

Properties

aggregator: string
chainId?: string
feedHash: string
guardianQueueId?: string
maxStalenessSeconds: number
maxVariance: number
minResponses: number
minSampleSize: number
name: string
oracleQueueId?: string
switchboardAddress?: string