Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ deserialize
Method
deserialize
test/functional/test_framework/messages.py:800–802 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
798
self.vtx = []
799
800
def
deserialize(self, f):
801
super().deserialize(f)
802
self.vtx = deser_vector(f, CTransaction)
803
804
def
serialize(self, with_witness=True):
805
r = b
""
Callers
2
test_basic
Method · 0.95
mining_get_block
Function · 0.95
Calls
2
deser_vector
Function · 0.85
deserialize
Method · 0.45
Tested by
1
test_basic
Method · 0.76