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/core/lsps2/handler.rs:55–57 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
53
}
54
55
async fn create_rpc(&self) -> AnyResult<ClnRpc> {
56
ClnRpc::new(&self.rpc_path).await
57
}
58
}
59
60
#[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