Expand description
cashweb-relay-client
is a library providing RelayClient
which allows
interaction with specific relay server.
Modules§
- services
- This module contains lower-level primitives for working with the
RelayClient
.
Structs§
- Http
Connector - A connector for the
http
scheme. - Profile
Package - A
Profile
paired with itsPublicKey
. - Relay
Client - RelayClient allows queries to specific relay servers.
- Uri
- The URI component of a request.
Enums§
- Relay
Error - Error associated with sending a request to a relay server.
Traits§
- Connect
- Connect to a destination, returning an IO transport.