TEEFeatures are the supported TEE features as advertised by the consensus layer.

interface NodeTEEFeatures {
    freshness_proofs: boolean;
    sgx: NodeTEEFeaturesSGX;
}

Properties

freshness_proofs: boolean

FreshnessProofs is a feature flag specifying whether ProveFreshness transactions are supported and processed, or ignored and handled as non-existing transactions.

SGX contains the supported TEE features for Intel SGX.