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

Method client

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

Source from the content-addressed store, hash-verified

65 }
66
67 pub fn client(&self) -> LspsClient<MultiplexedTransport<ClnSender>> {
68 LspsClient::new(self.transport())
69 }
70}
71
72impl ClientState for State {

Callers 3

on_lsps_lsps2_getinfoFunction · 0.80
on_lsps_lsps2_buyFunction · 0.80
on_lsps_listprotocolsFunction · 0.80

Calls 1

transportMethod · 0.80

Tested by

no test coverage detected