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

Method serialize

test/functional/test_framework/messages.py:1636–1637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1634 self.addrs = deser_vector(f, CAddress, "deserialize_v2")
1635
1636 def serialize(self):
1637 return ser_vector(self.addrs, "serialize_v2")
1638
1639 def __repr__(self):
1640 return "msg_addrv2(addrs=%s)" % (repr(self.addrs))

Callers

nothing calls this directly

Calls 1

ser_vectorFunction · 0.70

Tested by

no test coverage detected