1 2 3 4 5 6 7 8 9 10 11
pub mod greenlight { tonic::include_proto!("greenlight"); } pub mod scheduler { tonic::include_proto!("scheduler"); } pub use greenlight::*; pub use cln_grpc::pb as cln;