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::*;