return the cln configuration send to the plugin after the initialization.
(&self)
| 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 | |
| 876 | impl<S> PluginDriver<S> |
no outgoing calls
no test coverage detected