Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ stream_serialize
Method
stream_serialize
bitcoin/core/script.py:840–843 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
838
return
cls(stack)
839
840
def
stream_serialize(self, f):
841
VarIntSerializer.stream_serialize(len(self.stack), f)
842
for
s in self.stack:
843
BytesSerializer.stream_serialize(s, f)
844
845
846
SIGHASH_ALL = 1
Callers
1
SignatureHash
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected