Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>SharedSettings#onShareSecretsChanged

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method SharedSettings.prototype.onShareSecretsChanged
import { SharedSettings } from "https://deno.land/x/earthstar@v10.0.0/mod.ts";

Fires the given callback when the stored record of share secrets changes.

Parameters

cb: (secrets: Record<ShareAddress, string>) => void