MCPcopy Create free account
hub / github.com/ElementsProject/elements / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

681 "vchInflationKeysRangeproof", "peginWitness")
682
683 def __init__(self):
684 self.vchIssuanceAmountRangeproof = b''
685 self.vchInflationKeysRangeproof = b''
686 self.scriptWitness = CScriptWitness()
687 self.peginWitness = CScriptWitness()
688
689 def deserialize(self, f):
690 self.vchIssuanceAmountRangeproof = deser_string(f)

Callers

nothing calls this directly

Calls 1

CScriptWitnessClass · 0.70

Tested by

no test coverage detected