Skip to main content
Module

x/earthstar/mod.browser.ts>SyncAgentHashEvent

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias SyncAgentHashEvent
import { type SyncAgentHashEvent } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/mod.browser.ts";

A hash of a replica's entire store of documents, used to quickly check equivalence.

definition: { kind: "HASH"; hash: string; }