Expand description
Proxy connection from node to VLS. In particular, a replacement for CLN’s hsmd binary.
Re-exports§
pub use lightning_signer;
pub use vls_frontend;
pub use vls_protocol_client;
pub use vls_protocol_signer;
Modules§
- The SignerFront and NodeFront provide a in-process call interface to the underlying MultiSigner and Node objects for the ChainTrack traits.
- The SignerPortFront and NodePortFront provide a client RPC interface to the core MultiSigner and Node objects via a communications link.