zebra_consensus::primitives::groth16

Type Alias Sender

source
type Sender = Sender<Option<Result<(), VerificationError>>>;
Expand description

The type of the batch sender channel.

Aliased Typeยง

struct Sender { /* private fields */ }