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

Method serialize

test/functional/test_framework/messages.py:383–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 self.scriptWitness.stack = deser_string_vector(f)
382
383 def serialize(self):
384 return ser_string_vector(self.scriptWitness.stack)
385
386 def __repr__(self):
387 return repr(self.scriptWitness)

Callers

nothing calls this directly

Calls 1

ser_string_vectorFunction · 0.85

Tested by

no test coverage detected