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

Method deserialize

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

Source from the content-addressed store, hash-verified

1614 self.addrs = []
1615
1616 def deserialize(self, f):
1617 self.addrs = deser_vector(f, CAddress)
1618
1619 def serialize(self):
1620 return ser_vector(self.addrs)

Callers

nothing calls this directly

Calls 1

deser_vectorFunction · 0.70

Tested by

no test coverage detected