Skip to main content
Module

x/earthstar/src/entries/universal.ts>SharedSettings#onShareSecretsChanged

Storage for private, distributed, offline-first applications.
Go to Latest
method SharedSettings.prototype.onShareSecretsChanged
import { SharedSettings } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";

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

Parameters

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