1 2mod cln { 3 tonic::include_proto!("cln"); 4} 5pub use cln::*; 6 7mod convert; 8 9pub mod plugins { 10 pub mod hold { 11 tonic::include_proto!("hold"); 12 } 13} 14 15pub type ClnGrpcClient = cln::node_client::NodeClient<tonic::transport::Channel>;