AttestEnclaveResponse: {
    enclave_signer: string;
    quote: string;
    signing_address: string;
}

The response from the gateway after attesting an enclave Variables are snake_case for serialization

Type declaration

  • enclave_signer: string
  • quote: string
  • signing_address: string