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:402–403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
400
self.nInflationKeys = CTxOutValue()
401
402
def
isNull(self):
403
return
self.nAmount.isNull() and self.nInflationKeys.isNull()
404
405
def
deserialize(self, f):
406
self.assetBlindingNonce = deser_uint256(f)
Callers
1
taphash_asset_issuance_serialize
Method · 0.95
Calls
1
isNull
Method · 0.45
Tested by
no test coverage detected