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

x/lophus/lib/notes.ts>TextNoteComposer#compose

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
method TextNoteComposer.prototype.compose
import { TextNoteComposer } from "https://deno.land/x/lophus@0.0.13/lib/notes.ts";

Parameters

optional
opts: { replyTo?: NostrEvent; recommendedRelay?: RelayUrl; }