Interface QueueOverrideOracleParams

interface QueueOverrideOracleParams {
    expirationTime: number;
    guardianQueue?: string;
    mrEnclave: Uint8Array;
    network?: Network;
    oracle: string;
    oracleQueue?: string;
    secp256k1Key: Uint8Array;
    switchboardAddress?: string;
}

Hierarchy (View Summary)

Properties

expirationTime: number
guardianQueue?: string
mrEnclave: Uint8Array
network?: Network
oracle: string
oracleQueue?: string
secp256k1Key: Uint8Array
switchboardAddress?: string