nostr.broadcastEventToRelays
- broadcasts an event to relays
lnurl.generateInvoice
- requests a bolt11 invoice from a lightning address
nostr.generateNostrNAddress
- generates a nostr nip19 naddr
string from a pointer - https://github.com/nostr-protocol/nips/blob/master/19.md
nostr.generatePaymentEvent
- generates a kind 30090 payment event
nostr.getPodcastGUIDFilter
- contructs a nostr even filter based on a podcast:guid
reference
nostr.getPodcastGUIDReferences
- parses the nip73 podcast:guid i tags
nostr.loadEventsForFeed
nostr.loadEventsForItem
nostr.loadEventsForPodcast
- loads a set of nostr events for a podcast
nostr.loadPaymentByID
nostr.loadPaymentEventByID
nostr.loadPaymentsForFeed
nostr.loadPaymentsForItem
nostr.parseNostrNAddress
- parses a nostr nip19 naddr
string from any text - https://github.com/nostr-protocol/nips/blob/master/19.md
PodcastGUIDReference
- a reference to a podcast guid with an optional content link
PodcastGUIDType
- the type of podcast:guid
PodcastPayment
- converts a kind 30090 nostr payment event to a podcast payment
nostr.streamEventsForFeed
nostr.streamEventsForItem
nostr.streamEventsForPodcast
- streams a set of nostr events for a podcast
nostr.streamPaymentsForFeed
nostr.streamPaymentsForItem
nostr.streamPaymentsForPodcast