[−][src]Module electrum_client::raw_client
Raw client
This module contains the definition of the raw client that wraps the transport method
Structs
| RawClient | Instance of an Electrum client |
Traits
| ToSocketAddrsDomain | A trait for |
Type Definitions
| ElectrumPlaintextStream | Transport type used to establish a plaintext TCP connection with the server |
| ElectrumProxyStream | Transport type used to establish a connection to a server through a socks proxy |
| ElectrumSslStream | Transport type used to establish a Rustls TLS encrypted/authenticated connection with the server |