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 {
    shared: Arc<Shared<Option<Result<(), VerificationError>>>>,
}

Fields§

§shared: Arc<Shared<Option<Result<(), VerificationError>>>>