interface OracleData {
    address: string;
    expirationTime: number;
    mrEnclave: string;
    oracleKey: string;
    queue: string;
    queueKey: string;
    secp256k1Key: string;
    validAttestations: any[];
}

Properties

address: string
expirationTime: number
mrEnclave: string
oracleKey: string
queue: string
queueKey: string
secp256k1Key: string
validAttestations: any[]