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

Method serialize

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

Source from the content-addressed store, hash-verified

1617 self.addrs = deser_vector(f, CAddress)
1618
1619 def serialize(self):
1620 return ser_vector(self.addrs)
1621
1622 def __repr__(self):
1623 return "msg_addr(addrs=%s)" % (repr(self.addrs))

Callers

nothing calls this directly

Calls 1

ser_vectorFunction · 0.70

Tested by

no test coverage detected