Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ deserialize
Method
deserialize
test/functional/test_framework/messages.py:1670–1671 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
1668
self.inv = inv
1669
1670
def
deserialize(self, f):
1671
self.inv = deser_vector(f, CInv)
1672
1673
def
serialize(self):
1674
return
ser_vector(self.inv)
Callers
nothing calls this directly
Calls
1
deser_vector
Function · 0.70
Tested by
no test coverage detected