Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ create_rpc
Method
create_rpc
plugins/lsps-plugin/src/cln_adapters/rpc.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
}
44
45
async fn create_rpc(&self) -> Result<ClnRpc> {
46
ClnRpc::new(&self.rpc_path).await
47
}
48
}
49
50
#[async_trait]
Callers
8
fund_jit_channel
Method · 0.45
is_channel_ready
Method · 0.45
store_buy_request
Method · 0.45
get_buy_request
Method · 0.45
del_buy_request
Method · 0.45
get_offer
Method · 0.45
get_channel_capacity
Method · 0.45
get_blockheight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected