Crate gl_plugin

Source

Re-exports§

pub use cln_grpc as grpc;

Modules§

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

Structs§

Builder
A small wrapper around cln_plugin::Builder that allows us to subscribe to events outside the plugin state itself, before getting configured.
GlPlugin

Enums§

Event
An event that we can observe during the operation of the plugin.

Functions§

init
Initialize the plugin, but don’t start it yet. Allows attaching additional methods, hooks, and subscriptions.

Type Aliases§

Plugin