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:389–390 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
387
return
repr(self.scriptWitness)
388
389
def
is_null(self):
390
return
self.scriptWitness.is_null()
391
392
393
class
CTxWitness():
Callers
nothing calls this directly
Calls
1
is_null
Method · 0.45
Tested by
no test coverage detected