Skip to main content
Module

x/earthstar/mod.ts>IReplicaConfig

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

Methods

getConfig(key: string): Promise<string | undefined>
setConfig(key: string, value: string): Promise<void>
listConfigKeys(): Promise<string[]>
deleteConfig(key: string): Promise<boolean>