Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
impl ClientState for State {
Callers
3
on_lsps_lsps2_getinfo
Function · 0.80
on_lsps_lsps2_buy
Function · 0.80
on_lsps_listprotocols
Function · 0.80
Calls
1
transport
Method · 0.80
Tested by
no test coverage detected