rust-electrum-client icon indicating copy to clipboard operation
rust-electrum-client copied to clipboard

Allow to construct `ElectrumClient` *without* connecting

Open tnull opened this issue 10 months ago • 0 comments

Currently, ElectrumClient::new directly tries to establish a connection to the server, i.e., there is no way to successfully construct a client while being offline.

It would be great if there was a way to simply initialize a client, without directly establishing a connection.

This might go hand-in-hand with decoupling the Client object more generally from a single connection, see #165.

tnull avatar Mar 07 '25 12:03 tnull