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

Method serialize

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

Source from the content-addressed store, hash-verified

1688 self.inv = deser_vector(f, CInv)
1689
1690 def serialize(self):
1691 return ser_vector(self.inv)
1692
1693 def __repr__(self):
1694 return "msg_getdata(inv=%s)" % (repr(self.inv))

Callers

nothing calls this directly

Calls 1

ser_vectorFunction · 0.70

Tested by

no test coverage detected