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

Method deserialize

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

Source from the content-addressed store, hash-verified

1631 self.addrs = []
1632
1633 def deserialize(self, f):
1634 self.addrs = deser_vector(f, CAddress, "deserialize_v2")
1635
1636 def serialize(self):
1637 return ser_vector(self.addrs, "serialize_v2")

Callers

nothing calls this directly

Calls 1

deser_vectorFunction · 0.70

Tested by

no test coverage detected