Expand description
Proof fetching types
Types used for fetching and wrapping proofs from the Bankai API,
including EVM-specific proof structures. The main type is fetch::ProofWrapper,
which bundles together all proofs needed for batch verification.
Requires the verifier-types feature flag.
Types for fetching and wrapping proofs
This module contains types used when fetching proofs from the Bankai API
and preparing them for verification. The main type is ProofWrapper,
which bundles together all proofs needed for batch verification.
Modules§
Structs§
- Proof
Request - Request for a batch of proofs
- Proof
Wrapper - Complete proof bundle ready for verification