Interface AggregatorSetAuthorityParams

interface AggregatorSetAuthorityParams {
    aggregator: string;
    chainId?: string;
    guardianQueueId?: string;
    newAuthority: string;
    oracleQueueId?: string;
    switchboardAddress?: string;
}

Hierarchy (View Summary)

Properties

aggregator: string
chainId?: string
guardianQueueId?: string
newAuthority: string
oracleQueueId?: string
switchboardAddress?: string