Type Alias FetchQuoteResponse
FetchQuoteResponse: {
ed25519_pubkey: string;
mr_enclave: string;
now: number;
oracle_pubkey: string;
queue: string;
quote: string;
secp256k1_pubkey: string;
}
Type declaration
ed25519_pubkey: string
mr_enclave: string
now: number
oracle_pubkey: string
queue: string
quote: string
secp256k1_pubkey: string
The Quote info from the gateway_fetch_quote endpoint