Crate zingo_netutils

Source
Expand description

Zingo-Netutils

This crate provides the GrpcConnector struct, used to communicate with a lightwalletd

Modules§

client
?

Structs§

GrpcConnector
The connector, containing the URI to connect to. This type is mostly an interface to the get_client method, the proto-generated CompactTxStreamerClient type is the main interface to actually communicating with a lightwalletd.

Enums§

GetClientError

Type Aliases§

UnderlyingService
?