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

Class ForkState

finalizer/src/actor.rs:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76/// field to the requested pubkey (see `KeyedFieldProof`). All other requests
77/// carry a single proof in `field` with `key: None`.
78fn generate_state_proofs(
79 proof_tree: &SszStateTree,
80 validator_keys: &[[u8; 32]],
81 keys: &[SszStateKey],
82) -> Vec<Option<StateProofEntry>> {
83 keys.iter()
84 .map(|key| match key {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected