Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/research
/ signed_root
Function
signed_root
spec_pythonizer/minimal_ssz.py:186–187 ·
view source on GitHub ↗
(container)
Source
from the content-addressed store, hash-verified
184
return
truncated_class(**kwargs)
185
186
def
signed_root(container):
187
return
hash_tree_root(truncate(container))
188
189
def
serialize(ssz_object):
190
return
getattr(ssz_object,
'serialize'
)()
Callers
4
test_proposer_slashing
Function · 0.90
create_deposit_data
Function · 0.90
test_voluntary_exit
Function · 0.90
test_transfer
Function · 0.90
Calls
2
hash_tree_root
Function · 0.70
truncate
Function · 0.70
Tested by
3
test_proposer_slashing
Function · 0.72
test_voluntary_exit
Function · 0.72
test_transfer
Function · 0.72