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

Method stream_deserialize

bitcoin/core/serialize.py:165–166  ·  view source on GitHub ↗
(cls, f)

Source from the content-addressed store, hash-verified

163
164 @classmethod
165 def stream_deserialize(cls, f):
166 raise NotImplementedError
167
168 @classmethod
169 def serialize(cls, obj):

Callers 7

deserializeMethod · 0.45
deserializeMethod · 0.45
stream_deserializeMethod · 0.45
stream_deserializeMethod · 0.45
stream_deserializeMethod · 0.45
stream_deserializeMethod · 0.45
stream_deserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected