Crate cashweb_relay_client

Source
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§

HttpConnector
A connector for the http scheme.
ProfilePackage
A Profile paired with its PublicKey.
RelayClient
RelayClient allows queries to specific relay servers.
Uri
The URI component of a request.

Enums§

RelayError
Error associated with sending a request to a relay server.

Traits§

Connect
Connect to a destination, returning an IO transport.