ClnClient

Type Alias ClnClient 

Source
pub type ClnClient = NodeClient<AuthService>;

Aliased Type§

pub struct ClnClient { /* private fields */ }

Trait Implementations§

Source§

impl GrpcClient for ClnClient

Source§

fn new_with_inner(inner: AuthService, max_decoding_message_size: usize) -> Self