MCPcopy
hub / github.com/petertodd/python-bitcoinlib / SerializationTruncationError

Class SerializationTruncationError

bitcoin/core/serialize.py:40–44  ·  view source on GitHub ↗

Serialized data was truncated Thrown by deserialize() and stream_deserialize()

Source from the content-addressed store, hash-verified

38
39
40class SerializationTruncationError(SerializationError):
41 """Serialized data was truncated
42
43 Thrown by deserialize() and stream_deserialize()
44 """
45
46class DeserializationExtraDataError(SerializationError):
47 """Deserialized data had extra data at the end

Callers 1

ser_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected