Structs§
- Nip70
Client - A client for the NIP-70 protocol.
- Nip70
Server - A server for the NIP-70 protocol.
Enums§
- Nip70
Client Error - Errors that can be returned from
Nip70Clientfunctions. - Nip70
Server Error - Errors that can be returned from
Nip70trait functions. - UdsClient
Error - Error that can occur when communicating with a Unix domain socket server.
Traits§
- Nip70
- Defines the server-side functionality for the NIP-70 protocol.
Implement this trait and pass it to
Nip70Server::start()to run a NIP-70 server.