Skip to main content

Crate zingo_netutils

Crate zingo_netutils 

Source
Expand description

zingo-netutils

This crate provides the Indexer trait for communicating with a Zcash chain indexer, and GrpcIndexer, a concrete implementation that connects to a zainod server via gRPC.

Structs§

GrpcIndexer
gRPC-backed Indexer that connects to a lightwalletd server.

Enums§

GetClientError
GrpcIndexerError
Error type for GrpcIndexer operations.

Traits§

Indexer
Trait for communicating with a Zcash chain indexer.