MCPcopy 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_witnessMethod · 0.45
LegacySignatureMsgFunction · 0.45
SegwitV0SignatureMsgFunction · 0.45
TaprootSignatureMsgFunction · 0.45
isNullMethod · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
calc_witness_hashMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_coinbase_witnessMethod · 0.36