MCPcopy Create free account
hub / github.com/ElementsProject/lightning / transport

Method transport

plugins/lsps-plugin/src/client.rs:73–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71
72impl ClientState for State {
73 fn transport(&self) -> MultiplexedTransport<ClnSender> {
74 MultiplexedTransport::new(self.sender.clone(), self.pending.clone(), self.timeout)
75 }
76
77 fn pending(&self) -> &PendingRequests {
78 &self.pending

Callers 1

clientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected