Skip to main content

VERIFIER_POST_NU6_2

Static VERIFIER_POST_NU6_2 

Source
pub static VERIFIER_POST_NU6_2: Lazy<Fallback<Batch<Verifier, Item>, OrchardFallback>>
Expand description

Global batch verification context for NU6.2+ Halo2 Action proofs.

Items routed here are verified against VERIFYING_KEY_POST_NU6_2 (the fixed circuit). This service transparently batches contemporaneous proof verifications, handling batch failures by falling back to individual verification.

Note that making a Service call requires mutable access to the service, so you should call .clone() on the global handle to create a local, mutable handle.