Crate gl_plugin
Source pub use cln_grpc as grpc;
- config
- hsm
- Service used to talk to the
hsmd
that is passing us the signer
requests. - messages
- node
- pb
- requests
- responses
- Various structs representing JSON-RPC responses
- rpc
- stager
- storage
- A backend to store the signer state in.
- tlv
- Builder
- A small wrapper around
cln_plugin::Builder
that allows us to
subscribe to events outside the plugin state itself, before
getting configured. - GlPlugin
- Event
- An event that we can observe during the operation of the plugin.
- init
- Initialize the plugin, but don’t start it yet. Allows attaching
additional methods, hooks, and subscriptions.
- Plugin