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

Method is_null

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

Source from the content-addressed store, hash-verified

721 self.vchInflationKeysRangeproof, self.scriptWitness, self.peginWitness)
722
723 def is_null(self):
724 return len(self.vchIssuanceAmountRangeproof) == 0 \
725 and len(self.vchInflationKeysRangeproof) == 0 \
726 and self.peginWitness.is_null() \
727 and self.scriptWitness.is_null()
728
729
730class CTxOutWitness:

Callers

nothing calls this directly

Calls 1

is_nullMethod · 0.45

Tested by

no test coverage detected