Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ isNull
Method
isNull
test/functional/test_framework/messages.py:373–374 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
371
self.n = n
372
373
def
isNull(self):
374
return
self.hash == 0 and self.n == 4294967295
375
376
def
deserialize(self, f):
377
self.hash = deser_uint256(f)
Callers
8
test_coinbase_witness
Method · 0.45
LegacySignatureMsg
Function · 0.45
SegwitV0SignatureMsg
Function · 0.45
TaprootSignatureMsg
Function · 0.45
isNull
Method · 0.45
deserialize
Method · 0.45
serialize
Method · 0.45
calc_witness_hash
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_coinbase_witness
Method · 0.36