MCPcopy 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

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected