Type Alias zebra_consensus::primitives::groth16::Sender
source · type Sender = Sender<Option<Result<(), VerificationError>>>;
Expand description
The type of the batch sender channel.
Aliased Type§
struct Sender { /* private fields */ }