Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ SerializationError
Class
SerializationError
bitcoin/core/serialize.py:36–37 ·
view source on GitHub ↗
Base class for serialization errors
Source
from the content-addressed store, hash-verified
34
return
ripemd160(hashlib.sha256(msg).digest())
35
36
class
SerializationError(Exception):
37
""
"Base class for serialization errors"
""
38
39
40
class
SerializationTruncationError(SerializationError):
Callers
1
ser_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected