Type Alias FetchQuoteResponse
FetchQuoteResponse: {
enclave_signer: string;
is_on_queue: boolean;
mr_enclave: string;
queue_idx: number;
valid_until: number;
verification_timestamp: number;
}
Type declaration
enclave_signer: string
is_on_queue: boolean
mr_enclave: string
queue_idx: number
valid_until: number
verification_timestamp: number
The Quote info from the gateway_fetch_quote endpoint