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

Method get_validators

types/src/genesis.rs:178–184  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176 }
177 pub fn ssz_bytes_len(value: &str) -> usize {
178 value.len()
179 }
180 pub fn ssz_append(value: &String, buf: &mut Vec<u8>) {
181 buf.extend_from_slice(value.as_bytes());
182 }
183 }
184}
185
186impl Genesis {
187 /// The EL genesis hash as raw bytes, the immutable identity of this chain

Callers 5

test_validator_lookupFunction · 0.80
verify_checkpoint_chainFunction · 0.80
run_node_innerFunction · 0.80
run_node_local_innerFunction · 0.80
mainFunction · 0.80

Calls 2

lenMethod · 0.80
pushMethod · 0.80

Tested by 1

test_validator_lookupFunction · 0.64