Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
421
class
CTransaction():
Callers
7
run_test
Method · 0.45
test_compactblock_construction
Method · 0.45
check_compactblock_construction_from_block
Method · 0.45
test_getblocktxn_handler
Method · 0.45
serialize_with_witness
Method · 0.45
is_null
Method · 0.45
serialize_with_witness
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_compactblock_construction
Method · 0.36
test_getblocktxn_handler
Method · 0.36