MCPcopy
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
225class VectorSerializer(Serializer):

Callers

nothing calls this directly

Calls 2

ser_readFunction · 0.85
stream_deserializeMethod · 0.45

Tested by

no test coverage detected