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
7
8
9
10
11
12
13
mod rpc_cookie;
mod testing;
mod validation;

pub use rpc_cookie::get_rpc_credentials;

pub use testing::*;
pub use validation::*;
pub use vls_util::env_var::{compare_env_var as env_compare_env_var, *};
pub use vls_util::util::{
    abort_on_panic, line_filter, read_allowlist, read_allowlist_path, setup_logging,
    should_auto_approve, tstamp,
};