Type Alias zebra_consensus::primitives::redjubjub::BatchVerifier

source ·
type BatchVerifier = Verifier;
Expand description

The type of the batch verifier.

Aliased Type§

struct BatchVerifier(Verifier<SpendAuth, Binding>);

Fields§

§0: Verifier<SpendAuth, Binding>