| 377 | /// The input of the header chain circuit. |
| 378 | #[derive(Serialize, Deserialize, Eq, PartialEq, Clone, Debug, BorshDeserialize, BorshSerialize)] |
| 379 | pub struct HeaderChainCircuitInput { |
| 380 | pub method_id: [u32; 8], |
| 381 | pub prev_proof: HeaderChainPrevProofType, |
| 382 | pub block_headers: Vec<CircuitBlockHeader>, |
| 383 | } |
| 384 | |
| 385 | #[cfg(test)] |
| 386 | mod tests { |
nothing calls this directly
no outgoing calls
no test coverage detected