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
pub mod address_generation;
pub mod model;
pub mod server;

pub use model::{
    AddressInfo, AddressListRequest, AddressListResponse, AddressType, AddressVerifyRequest,
    AddressVerifyResponse, InfoModel,
};
pub use server::start_rpc_server;
pub use server::RpcServer;