MCPcopy
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_testFunction · 0.45
test_slot_transitionFunction · 0.45
test_attestationFunction · 0.45

Calls 1

hash_tree_rootFunction · 0.70

Tested by 3

apply_testFunction · 0.36
test_slot_transitionFunction · 0.36
test_attestationFunction · 0.36