SGXConstraints are the Intel SGX TEE constraints.

interface NodeSGXConstraints {
    enclaves?: SGXEnclaveIdentity[];
    max_attestation_age?: longnum;
    policy?: SGXPolicy;
    v: number;
}

Hierarchy (view full)

Properties

enclaves?: SGXEnclaveIdentity[]

Enclaves is the allowed MRENCLAVE/MRSIGNER pairs.

max_attestation_age?: longnum

MaxAttestationAge is the maximum attestation age (in blocks).

policy?: SGXPolicy

Policy is the quote policy.

v: number