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

Method deserialize

test/functional/test_framework/messages.py:380–381  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

378 self.scriptWitness = CScriptWitness()
379
380 def deserialize(self, f):
381 self.scriptWitness.stack = deser_string_vector(f)
382
383 def serialize(self):
384 return ser_string_vector(self.scriptWitness.stack)

Callers

nothing calls this directly

Calls 1

deser_string_vectorFunction · 0.85

Tested by

no test coverage detected