Crate nip_70

Source

Structs§

Nip70Client
A client for the NIP-70 protocol.
Nip70Server
A server for the NIP-70 protocol.

Enums§

Nip70ClientError
Errors that can be returned from Nip70Client functions.
Nip70ServerError
Errors that can be returned from Nip70 trait functions.
UdsClientError
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.