interface RoflEndorsedCapabilityTEE {
    capability_tee: {
        attestation: Uint8Array;
        hardware: number;
        rak: Uint8Array;
        rek?: Uint8Array;
    };
    node_endorsement: {
        public_key: Uint8Array;
        signature: Uint8Array;
    };
}

Properties

capability_tee: {
    attestation: Uint8Array;
    hardware: number;
    rak: Uint8Array;
    rek?: Uint8Array;
}
node_endorsement: {
    public_key: Uint8Array;
    signature: Uint8Array;
}