MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / serialize

Method serialize

test/functional/test_framework/messages.py:603–604  ·  view source on GitHub ↗
(self, legacy=True)

Source from the content-addressed store, hash-verified

601 return r
602
603 def serialize(self, legacy=True):
604 return self.serialize_header(legacy=legacy)
605
606 def calc_sha256(self):
607 if self.sha256 is None:

Callers

nothing calls this directly

Calls 1

serialize_headerMethod · 0.95

Tested by

no test coverage detected