Skip to main content
Module

x/earthstar/mod.ts>AttachmentTransferOpts

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias AttachmentTransferOpts
import { type AttachmentTransferOpts } from "https://deno.land/x/earthstar@v10.0.0-beta.2/mod.ts";
definition: { stream: ReadableStream<Uint8Array> | WritableStream<Uint8Array>; replica: Replica; doc: FormatDocType<F>; format: FormatArg<F>; requester: "us" | "them"; counterpartId: "local" | string; }