pub type VerifierService = Fallback<Batch<Verifier, Item>, OrchardFallback>;Expand description
The concrete type of a global Halo2 verification service.
Each Orchard circuit version gets its own instance — see VERIFIER_PRE_NU6_2,
VERIFIER_NU6_2, and VERIFIER_NU6_3_ONWARD — so that batches, fallbacks, and verifying
keys are fully separated per circuit version. The Orchard verifier routing functions
(orchard_v5_verifier_for / orchard_v6_verifier) return a borrow of the matching one.
Aliased Type§
pub struct VerifierService { /* private fields */ }Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 80 bytes