MCPcopy 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

mine_blockMethod · 0.95
run_testMethod · 0.95

Calls 2

deser_vectorFunction · 0.70
deserializeMethod · 0.45

Tested by 1