Skip to main content
Module

x/earthstar/mod.ts>SyncAgentWantEvent

Storage for private, distributed, offline-first applications.
Latest
type alias SyncAgentWantEvent
import { type SyncAgentWantEvent } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

Signals that a SyncAgent wants a document/documents from another SyncAgent

definition: { kind: "WANT"; thumbnail: DocThumbnail; }