Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/research
/ hash_tree_root
Method
hash_tree_root
spec_pythonizer/minimal_ssz.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
return
serialize_value(self, self.__class__)
33
34
def
hash_tree_root(self):
35
return
hash_tree_root(self, self.__class__)
36
37
SSZObject.fields = fields
38
return
SSZObject
Callers
5
__hash__
Method · 0.95
apply_test
Function · 0.45
construct_empty_block_for_next_slot
Function · 0.45
test_slot_transition
Function · 0.45
test_attestation
Function · 0.45
Calls
1
hash_tree_root
Function · 0.70
Tested by
3
apply_test
Function · 0.36
test_slot_transition
Function · 0.36
test_attestation
Function · 0.36