Skip to main content
Module

x/earthstar/mod.ts>FormatterGenerateOpts

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

Type Parameters

FormatType extends string
DocInput extends DocInputBase<FormatType>
DocType extends DocBase<FormatType>
ConfigType

Properties

keypair: AuthorKeypair
config: ConfigType
input: DocInput
share: ShareAddress
timestamp: Timestamp
optional
prevLatestDoc: DocType