Modules§
- This module contains all logic related to
ConfigOption
’s that can be set in Core Lightning. The Core Lightning documentation describes how the user can specify configuration. This can be done using a command-line argument or by specifying the value in theconfig
-file.
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.
Enums§
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 :-)