Marmot-TS
Preparing search index...
NostrPoolWrite
Interface NostrPoolWrite
Generic interface for a writable nostr relay pool
interface
NostrPoolWrite
{
publish
(
relays
:
string
[]
,
event
:
NostrEvent
,
)
:
Promise
<
Record
<
string
,
PublishResponse
>
>
;
}
Hierarchy (
View Summary
)
NostrPoolWrite
NostrPool
Index
Client - Nostr
publish
Client - Nostr
publish
publish
(
relays
:
string
[]
,
event
:
NostrEvent
,
)
:
Promise
<
Record
<
string
,
PublishResponse
>
>
Publish an event to the given relays
Parameters
relays
:
string
[]
event
:
NostrEvent
Returns
Promise
<
Record
<
string
,
PublishResponse
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Client - Nostr
publish
Marmot-TS
Loading...
Generic interface for a writable nostr relay pool