axiom-query 2.0.14

This contains the ZK circuits that generate proofs for the `AxiomV2Query` smart contract.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # Subquery Aggregation Circuit
//!
//! Aggregation all subquery circuits and resultsRoot circuit.
//! Currently these are all of the components _except_ the keccak component.
//!
//! The reasoning is that the keccak component should be aggregated separately
//! and run in parallel to the Subquery Aggregation Circuit and all other components.

pub mod circuit;
pub mod types;

#[cfg(test)]
pub mod tests;