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

Method stream_serialize

bitcoin/core/__init__.py:288–289  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

286 return cls(scriptWitness)
287
288 def stream_serialize(self, f):
289 self.scriptWitness.stream_serialize(f)
290
291 def __repr__(self):
292 return "CTxInWitness(%s)" % (repr(self.scriptWitness))

Callers

nothing calls this directly

Calls 1

stream_serializeMethod · 0.45

Tested by

no test coverage detected