Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ serialize
Method
serialize
code-ch13/network.py:214–215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
212
return
cls(nonce)
213
214
def
serialize(self):
215
return
self.nonce
216
217
218
class
PongMessage:
Callers
2
test_serialize
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_serialize
Method · 0.36