MCPcopy Create free account
hub / github.com/SeismicSystems/summit / EpochBoundsResponse

Class EpochBoundsResponse

types/src/rpc.rs:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)]
82pub struct StateProofResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected