MCPcopy 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_channelMethod · 0.45
is_channel_readyMethod · 0.45
store_buy_requestMethod · 0.45
get_buy_requestMethod · 0.45
del_buy_requestMethod · 0.45
get_offerMethod · 0.45
get_channel_capacityMethod · 0.45
get_blockheightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected