Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ deserialize
Method
deserialize
test/functional/test_framework/messages.py:1190–1192 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
1188
self.vtx = []
1189
1190
def
deserialize(self, f):
1191
super().deserialize(f)
1192
self.vtx = deser_vector(f, CTransaction)
1193
1194
def
serialize(self, with_witness=True):
1195
r = b
""
Callers
3
test_transaction_serialization
Method · 0.95
mine_block
Method · 0.95
run_test
Method · 0.95
Calls
2
deser_vector
Function · 0.70
deserialize
Method · 0.45
Tested by
1
test_transaction_serialization
Method · 0.76