Skip to main content
Module

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

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

Fires the given callback when the stored author changes.

Parameters

cb: (keypair: AuthorKeypair | null) => void