Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ stream_deserialize
Method
stream_deserialize
bitcoin/core/serialize.py:220–222 ·
view source on GitHub ↗
(cls, f)
Source
from the content-addressed store, hash-verified
218
219
@classmethod
220
def
stream_deserialize(cls, f):
221
l = VarIntSerializer.stream_deserialize(f)
222
return
ser_read(f, l)
223
224
225
class
VectorSerializer(Serializer):
Callers
nothing calls this directly
Calls
2
ser_read
Function · 0.85
stream_deserialize
Method · 0.45
Tested by
no test coverage detected