bright-lightning 0.1.6

An illuminated crate to connect to the Lightnign Network.
Documentation
1
2
3
4
5
6
7
8
9
10
mod models;
pub use models::*;
#[cfg(not(target_arch = "wasm32"))]
mod websocket;
#[cfg(not(target_arch = "wasm32"))]
pub use websocket::*;
#[cfg(not(target_arch = "wasm32"))]
mod rest_client;
#[cfg(not(target_arch = "wasm32"))]
pub use rest_client::*;