Skip to main content

Module nwc

Module nwc 

Source
Expand description

Request / response types used in APIs related to NWC.

Modules§

nip47
NIP-47 protocol structures.

Structs§

CreateNwcClientRequest
Request to create a new NWC client.
CreateNwcClientResponse
Response for creating a new NWC client.
DbNwcClient
Full NWC client record from the DB.
DbNwcClientFields
A NWC client as represented in the DB, minus the timestamp fields.
GetNwcClients
Query parameters to search for NWC clients.
ListNwcClientResponse
Response to list NWC clients.
NostrEventId
A 32-byte Nostr event id.
NostrPk
A 32-byte Nostr public key.
NostrPkStruct
Upgradeable API struct for a NostrPk.
NostrSignedEvent
Generic signed nostr event.
NostrSk
A 32-byte Nostr secret key.
NwcClientInfo
Information about an existing NWC client.
NwcRequest
Request from nostr-bridge to user node with an encrypted NWC request.
UpdateNwcClientRequest
Request to update an existing NWC client.
UpdateNwcClientResponse
Response for updating an existing NWC client.
VecDbNwcClient