MCPcopy Create free account
hub / github.com/ElementsProject/elements / deserialize

Method deserialize

test/functional/test_framework/messages.py:769–773  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

767 self.vtxoutwit = []
768
769 def deserialize(self, f):
770 for i in range(len(self.vtxinwit)):
771 self.vtxinwit[i].deserialize(f)
772 for i in range(len(self.vtxoutwit)):
773 self.vtxoutwit[i].deserialize(f)
774
775 def serialize(self):
776 r = b""

Callers

nothing calls this directly

Calls 1

deserializeMethod · 0.45

Tested by

no test coverage detected