electrum_client::raw_client

Type Alias ElectrumPlaintextStream

Source
pub type ElectrumPlaintextStream = TcpStream;
Expand description

Transport type used to establish a plaintext TCP connection with the server

Aliased Typeยง

struct ElectrumPlaintextStream(/* private fields */);