Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/replica/replica-types.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.6/src/replica/replica-types.ts";

Methods

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