FetchQuoteResponse: {
    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

Type declaration

  • enclave_signer: string
  • is_on_queue: boolean
  • mr_enclave: string
  • queue_idx: number
  • valid_until: number
  • verification_timestamp: number