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

Method is_null

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

Source from the content-addressed store, hash-verified

608 (';'.join([repr(x) for x in self.vtxinwit]))
609
610 def is_null(self):
611 for x in self.vtxinwit:
612 if not x.is_null():
613 return False
614 return True
615
616
617class CTransaction:

Callers 6

run_testMethod · 0.45
update_blockMethod · 0.45
is_nullMethod · 0.45

Calls

no outgoing calls

Tested by 1