MCPcopy 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_basicMethod · 0.95
mining_get_blockFunction · 0.95

Calls 2

deser_vectorFunction · 0.85
deserializeMethod · 0.45

Tested by 1

test_basicMethod · 0.76