| 74 | pub root: [u8; 32], |
| 75 | /// The EL block number at capture time. The root appears on-chain in EL block |
| 76 | /// `el_block_number + 1` — query that block's timestamp via the beacon roots contract. |
| 77 | pub el_block_number: u64, |
| 78 | pub results: Vec<StateProofResult>, |
| 79 | } |
| 80 | |
| 81 | #[derive(Debug, Serialize, Deserialize, Clone)] |
| 82 | pub struct StateProofResult { |
nothing calls this directly
no outgoing calls
no test coverage detected