Type Alias gl_client::node::ClnClient

source ·
pub type ClnClient = NodeClient<AuthService>;

Aliased Type§

struct ClnClient { /* private fields */ }

Trait Implementations§

source§

impl GrpcClient for ClnClient

source§

fn new_with_inner(inner: AuthService) -> Self