Re-exports§
pub use cln_grpc as grpc;
Modules§
- Service used to talk to the
hsmd
that is passing us the signer requests. - Various structs representing JSON-RPC responses
- A backend to store the signer state in.
Structs§
- A small wrapper around
cln_plugin::Builder
that allows us to subscribe to events outside the plugin state itself, before getting configured.
Enums§
- An event that we can observe during the operation of the plugin.
Functions§
- Initialize the plugin, but don’t start it yet. Allows attaching additional methods, hooks, and subscriptions.