Skip to main content

@elizaos/core v1.0.0-beta.51 / RemoteAttestationMessage

Interface: RemoteAttestationMessage

Represents a message that has been attested by a Trusted Execution Environment (TEE). This structure binds a message to an agent's identity and a timestamp, all within the context of a remote attestation process, ensuring the message originated from a trusted TEE instance.

Properties​

agentId​

agentId: string

The unique identifier of the agent sending the attested message.

Defined in​

packages/core/src/types.ts:1473


timestamp​

timestamp: number

Timestamp (e.g., Unix epoch in milliseconds) when the message was attested or sent.

Defined in​

packages/core/src/types.ts:1475


message​

message: object

The actual message content, including details about the entity, room, and the content itself.

entityId​

entityId: string

roomId​

roomId: string

content​

content: string

Defined in​

packages/core/src/types.ts:1477