Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/research
/ serialize
Method
serialize
spec_pythonizer/minimal_ssz.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
return
"\n"
.join(output)
30
31
def
serialize(self):
32
return
serialize_value(self, self.__class__)
33
34
def
hash_tree_root(self):
35
return
hash_tree_root(self, self.__class__)
Callers
4
__eq__
Method · 0.95
create_mock_genesis_validator_deposits
Function · 0.45
test_deposit_in_block
Function · 0.45
test_deposit_top_up
Function · 0.45
Calls
1
serialize_value
Function · 0.70
Tested by
2
test_deposit_in_block
Function · 0.36
test_deposit_top_up
Function · 0.36