Capabilities represents a node's capabilities.

interface NodeCapabilities {
    tee?: NodeCapabilityTEE;
}

Properties

Properties

TEE is the capability of a node executing batches in a TEE.