vlsd 0.14.0-rc.1

A Lightning signer that connects to the node using a gRPC protocol
Documentation
1
2
3
4
5
6
mod model;
pub mod server;

pub use model::*;
pub use server::start_rpc_server;
pub use server::RpcMethods;