Interface QueueSetAuthorityParams

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

Hierarchy (View Summary, Expand)

Properties

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