Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
SGXEnclaveIdentity
Interface SGXEnclaveIdentity
EnclaveIdentity is a byte serialized MRSIGNER/MRENCLAVE pair.
interface
SGXEnclaveIdentity
{
mr_enclave
:
Uint8Array
;
mr_signer
:
Uint8Array
;
}
Index
Properties
mr_
enclave
mr_
signer
Properties
mr_
enclave
mr_
enclave
:
Uint8Array
mr_
signer
mr_
signer
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mr_
enclave
mr_
signer
@oasisprotocol/client
Loading...
EnclaveIdentity is a byte serialized MRSIGNER/MRENCLAVE pair.