Crate cln_plugin
source ·Modules
Macros
- Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Structs
- Builder for a new plugin.
- A plugin that has registered with the lightning daemon, and gotten its options filled, however has not yet acknowledged the
init
message. This is a mid-state allowing a plugin to disable itself, based on the options.
Type Aliases
- Need to tell us about something that went wrong? Use this error type to do that. Use this alias to be safe from future changes in our internal error handling, since we’ll implement any necessary conversions for you :-)