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

x/lophus/core/nodes.ts>NostrNodeBase#dispatch

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

Type Parameters

T extends EventType<R>

Parameters

type: T
data: R[T]