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

Method stream_serialize

bitcoin/core/serialize.py:161–162  ·  view source on GitHub ↗
(cls, obj, f)

Source from the content-addressed store, hash-verified

159
160 @classmethod
161 def stream_serialize(cls, obj, f):
162 raise NotImplementedError
163
164 @classmethod
165 def stream_deserialize(cls, f):

Callers 6

serializeMethod · 0.45
stream_serializeMethod · 0.45
stream_serializeMethod · 0.45
stream_serializeMethod · 0.45
stream_serializeMethod · 0.45
stream_serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected