diff --git a/circuit/src/subquery/groth16.rs b/circuit/src/subquery/groth16.rs index 6b6fa86..d4472d7 100644 --- a/circuit/src/subquery/groth16.rs +++ b/circuit/src/subquery/groth16.rs @@ -22,12 +22,15 @@ use ethers::{ }; use super::caller::FetchSubquery; + +#[derive(Clone, Debug)] pub struct Groth16Input { pub vkey_bytes: Vec, pub proof_bytes: Vec, pub public_inputs: Vec, } +#[derive(Clone, Debug)] pub struct Groth16AssignedInput { pub vkey_bytes: Vec>, pub proof_bytes: Vec>,