Type Alias jormungandr::network::grpc::client::Client

source ·
pub type Client = Client<Channel>;

Aliased Type§

struct Client {
    inner: NodeClient<Channel>,
    legacy_node_id: Option<NodeId>,
}

Fields§

§inner: NodeClient<Channel>§legacy_node_id: Option<NodeId>