Expand description
zingo-netutils
This crate provides the GrpcConnector struct,
used to communicate with an indexer.
Enums§
Functions§
- get_
client - The connector, containing the URI to connect to.
This type is mostly an interface to the
get_clientmethod. The proto-generatedCompactTxStreamerClienttype is the main interface to actually communicating with a Zcash indexer. Connect to the URI, and return a Client. For the full list of methods the client supports, see the service.proto file (some of the types are defined in thecompact_formats.protofile).