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