Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
617
class
CTransaction:
Callers
6
run_test
Method · 0.45
test_compactblock_construction
Method · 0.45
serialize_with_witness
Method · 0.45
update_block
Method · 0.45
is_null
Method · 0.45
serialize_with_witness
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_compactblock_construction
Method · 0.36