Skip to main content
Module

x/earthstar/mod.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.2/mod.ts";

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

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