@elizaos/core v1.0.0-beta.51 / DeriveKeyAttestationData
Interface: DeriveKeyAttestationData
Data structure used in the attestation process for deriving a key within a Trusted Execution Environment (TEE). This information helps establish a secure channel or verify the identity of the agent instance requesting key derivation.
Properties​
agentId​
agentId:
string
The unique identifier of the agent for which the key derivation is being attested.
Defined in​
packages/core/src/types.ts:1459
publicKey​
publicKey:
string
The public key of the agent instance involved in the key derivation process.
Defined in​
packages/core/src/types.ts:1461
subject?​
optional
subject:string
Optional subject or context information related to the key derivation.