Type alias AttestEnclaveResponse

AttestEnclaveResponse: {
    guardian: string;
    recovery_id: number;
    signature: string;
}

The response from the gateway after attesting an enclave.

Type declaration

  • guardian: string

    The guardian's public key

  • recovery_id: number

    The recovery ID of the signature

  • signature: string

    The signature of the guardian

Generated using TypeDoc