Interface AggregatorSetAuthorityParams

interface AggregatorSetAuthorityParams {
    aggregator: string;
    feePayer?: string;
    guardianQueue?: string;
    network?: Network;
    newAuthority: string;
    oracleQueue?: string;
    switchboardAddress?: string;
}

Hierarchy (View Summary)

Properties

aggregator: string
feePayer?: string
guardianQueue?: string
network?: Network
newAuthority: string
oracleQueue?: string
switchboardAddress?: string