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:954–956 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
952
self.solution = b
""
953
954
def
deserialize(self, f):
955
self.challenge = deser_string(f)
956
self.solution = deser_string(f)
957
958
def
serialize(self):
959
r = b
""
Callers
nothing calls this directly
Calls
1
deser_string
Function · 0.70
Tested by
no test coverage detected