Structs§
- A client for the NIP-70 protocol.
- A server for the NIP-70 protocol.
Enums§
- Errors that can be returned from
Nip70Client
functions. - Errors that can be returned from
Nip70
trait functions. - Error that can occur when communicating with a Unix domain socket server.
Traits§
- 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.