Skip to main content
Module

x/earthstar/mod.ts>IngestEventSuccess

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

Type Parameters

DocType extends DocBase<string>

Properties

kind: "success"
maxLocalIndex: number
doc: DocType
docIsLatest: boolean
prevDocFromSameAuthor: DocType | null
prevLatestDoc: DocType | null