EnclaveIdentity is a byte serialized MRSIGNER/MRENCLAVE pair.

interface SGXEnclaveIdentity {
    mr_enclave: Uint8Array;
    mr_signer: Uint8Array;
}

Properties

mr_enclave: Uint8Array
mr_signer: Uint8Array