Type Alias gl_client::node::Client

source ·
pub type Client = NodeClient<AuthService>;
Expand description

A client to the remotely running node on the greenlight infrastructure. It is configured to authenticate itself with the device mTLS keypair and will sign outgoing requests with the same mTLS keypair.

Aliased Type§

struct Client { /* private fields */ }

Trait Implementations§

source§

impl GrpcClient for Client

source§

fn new_with_inner(inner: AuthService) -> Self