MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / stream_deserialize

Method stream_deserialize

bitcoin/core/__init__.py:284–286  ·  view source on GitHub ↗
(cls, f)

Source from the content-addressed store, hash-verified

282
283 @classmethod
284 def stream_deserialize(cls, f):
285 scriptWitness = CScriptWitness.stream_deserialize(f)
286 return cls(scriptWitness)
287
288 def stream_serialize(self, f):
289 self.scriptWitness.stream_serialize(f)

Callers

nothing calls this directly

Calls 1

stream_deserializeMethod · 0.45

Tested by

no test coverage detected