interface QueueSetConfigsParams {
    fee: number;
    feeRecipient: string;
    guardianQueue?: string;
    minAttestations: number;
    name: string;
    network?: Network;
    oracleQueue?: string;
    oracleValidityLength: number;
    switchboardAddress?: string;
}

Hierarchy (View Summary)

Properties

fee: number
feeRecipient: string
guardianQueue?: string
minAttestations: number
name: string
network?: Network
oracleQueue?: string
oracleValidityLength: number
switchboardAddress?: string