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:328–330 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
326
self.hash = h
327
328
def
deserialize(self, f):
329
self.type = struct.unpack(
"<I"
, f.read(4))[0]
330
self.hash = deser_uint256(f)
331
332
def
serialize(self):
333
r = b
""
Callers
15
process_file
Function · 0.45
_on_data
Method · 0.45
deser_vector
Function · 0.45
from_hex
Function · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
deserialize
Method · 0.45
Calls
2
deser_uint256
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected