import { type DocEs5 } from "https://deno.land/x/earthstar@v10.0.0/src/entries/npm.ts";
Contains data written and signed by an identity.
Properties
author: AuthorAddress
The address of the author keypair which wrote this document.
Text content. If the document has an attachment, this should be a description of that attachment.
When the document should be deleted, as a UNIX timestamp in microseconds.
path: Path
The path this document was written to.
signature: Signature
Used to verify the authorship of the document.
timestamp: Timestamp
When the document was written, as a UNIX timestamp in microseconds (millionths of a second, e.g. Date.now() * 1000
).
optional
_localIndex: LocalIndex