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

Method configuration

plugins/src/lib.rs:871–873  ·  view source on GitHub ↗

return the cln configuration send to the plugin after the initialization.

(&self)

Source from the content-addressed store, hash-verified

869 /// return the cln configuration send to the
870 /// plugin after the initialization.
871 pub fn configuration(&self) -> Configuration {
872 self.configuration.clone()
873 }
874}
875
876impl<S> PluginDriver<S>

Callers 15

check_proxy_configFunction · 0.80
call_rpcFunction · 0.80
mainFunction · 0.80
get_proxyFunction · 0.80
mainFunction · 0.80
handle_htlc_innerFunction · 0.80
mainFunction · 0.80
on_lsps_lsps2_getinfoFunction · 0.80
on_lsps_lsps2_buyFunction · 0.80
on_lsps_lsps2_approveFunction · 0.80
on_lsps_lsps2_invoiceFunction · 0.80
on_invoice_paymentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected