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

Method is_null

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

Source from the content-addressed store, hash-verified

412 (';'.join([repr(x) for x in self.vtxinwit]))
413
414 def is_null(self):
415 for x in self.vtxinwit:
416 if not x.is_null():
417 return False
418 return True
419
420
421class CTransaction():

Callers 7

run_testMethod · 0.45
is_nullMethod · 0.45

Calls

no outgoing calls

Tested by 2