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

Method is_null

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

Source from the content-addressed store, hash-verified

789 ';'.join([repr(x) for x in self.vtxoutwit]))
790
791 def is_null(self):
792 for x in self.vtxinwit:
793 if not x.is_null():
794 return False
795 for x in self.vtxoutwit:
796 if not x.is_null():
797 return False
798 return True
799
800
801class CTransaction:

Callers 10

run_testMethod · 0.45
is_nullMethod · 0.45
is_nullMethod · 0.45
serializeMethod · 0.45
calc_sha256Method · 0.45

Calls

no outgoing calls

Tested by 2