Expand description
Request / response types used in APIs related to NWC.
Modules§
- nip47
- NIP-47 protocol structures.
Structs§
- Create
NwcClient Request - Request to create a new NWC client.
- Create
NwcClient Response - Response for creating a new NWC client.
- DbNwc
Client - Full NWC client record from the DB.
- DbNwc
Client Fields - A NWC client as represented in the DB, minus the timestamp fields.
- GetNwc
Clients - Query parameters to search for NWC clients.
- List
NwcClient Response - Response to list NWC clients.
- Nostr
Event Id - A 32-byte Nostr event id.
- NostrPk
- A 32-byte Nostr public key.
- Nostr
PkStruct - Upgradeable API struct for a NostrPk.
- Nostr
Signed Event - Generic signed nostr event.
- NostrSk
- A 32-byte Nostr secret key.
- NwcClient
Info - Information about an existing NWC client.
- NwcRequest
- Request from nostr-bridge to user node with an encrypted NWC request.
- Update
NwcClient Request - Request to update an existing NWC client.
- Update
NwcClient Response - Response for updating an existing NWC client.
- VecDb
NwcClient