MCPcopy 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_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