vlsd 0.14.0

A Lightning signer that connects to the node using a gRPC protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;

pub mod recovery;

mod tx_util;

pub mod util;

pub mod grpc;

pub mod rpc_server;