gl-client 0.4.0

Client library for Greenlight, and basis for language bindings.
Documentation
1
2
3
4
5
6
7
8
9
pub mod greenlight {
    tonic::include_proto!("greenlight");
}

pub mod scheduler {
    tonic::include_proto!("scheduler");
}
pub use cln_grpc::pb as cln;
pub use greenlight::*;