@elizaos/core v1.0.0-beta.51 / RemoteAttestationQuote
Interface: RemoteAttestationQuote
Represents a quote obtained during remote attestation for a Trusted Execution Environment (TEE). This quote is a piece of evidence provided by the TEE, cryptographically signed, which can be verified by a relying party to ensure the TEE's integrity and authenticity.
Properties​
quote​
quote:
string
The attestation quote data, typically a base64 encoded string or similar format.
Defined in​
packages/core/src/types.ts:1447
timestamp​
timestamp:
number
Timestamp (e.g., Unix epoch in milliseconds) when the quote was generated or received.