MCPcopy Create free account
hub / github.com/ElementsProject/lightning / handle_get_info

Method handle_get_info

plugins/lsps-plugin/src/core/lsps2/handler.rs:343–348  ·  view source on GitHub ↗
(
        &self,
        request: Lsps2GetInfoRequest,
    )

Source from the content-addressed store, hash-verified

341 for Lsps2ServiceHandler<A>
342{
343 async fn handle_get_info(
344 &self,
345 request: Lsps2GetInfoRequest,
346 ) -> std::result::Result<Lsps2GetInfoResponse, RpcError> {
347 get_info_handler(self.api.clone(), &self.promise_secret, &request).await
348 }
349
350 async fn handle_buy(
351 &self,

Callers 2

test_successful_get_infoFunction · 0.45

Calls 1

get_info_handlerFunction · 0.85

Tested by 2

test_successful_get_infoFunction · 0.36