| 362 | /// The output of the header chain circuit. |
| 363 | #[derive(Serialize, Deserialize, Eq, PartialEq, Clone, Debug, BorshDeserialize, BorshSerialize)] |
| 364 | pub struct BlockHeaderCircuitOutput { |
| 365 | pub method_id: [u32; 8], |
| 366 | pub chain_state: ChainState, |
| 367 | } |
| 368 | |
| 369 | /// The input proof of the header chain circuit. |
| 370 | /// The proof can be either None (implying the beginning) or a Succinct Risc0 proof. |
nothing calls this directly
no outgoing calls
no test coverage detected