MCPcopy
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
218class PongMessage:

Callers 2

test_serializeMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_serializeMethod · 0.36