Skip to main content

Module client

Module client 

Source
Expand description

gRPC clients for Zcash light wallet services

provides unified interface for both zidecar (our server) and lightwalletd (public fallback)

Re-exports§

pub use crate::endpoints::*;

Modules§

lightwalletd_proto
generated protobuf types for lightwalletd
zidecar_proto
generated protobuf types for zidecar

Structs§

CompactAction
compact orchard action for trial decryption
CompactBlock
compact block for wallet scanning
LightwalletdClient
SendResult
send transaction response
SyncStatus
sync status from server
TreeState
tree state at a block height
Utxo
transparent UTXO
ZidecarClient