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

Method state

plugins/src/lib.rs:1051–1053  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1049 self.configuration.clone()
1050 }
1051 pub fn state(&self) -> &S {
1052 &self.state
1053 }
1054}
1055
1056impl<S> Plugin<S>

Callers 15

currencyconvertFunction · 0.80
currencyrateFunction · 0.80
listcurrencyratesFunction · 0.80
register_pathFunction · 0.80
handle_notificationFunction · 0.80
handle_notificationFunction · 0.80
handle_htlc_innerFunction · 0.80
on_lsps_lsps2_getinfoFunction · 0.80
on_lsps_lsps2_buyFunction · 0.80
on_lsps_listprotocolsFunction · 0.80
client_custommsg_hookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected