MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / is_final

Method is_final

bitcoin/core/__init__.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 f.write(struct.pack(b"<I", self.nSequence))
172
173 def is_final(self):
174 return (self.nSequence == 0xffffffff)
175
176 def __repr__(self):
177 return "CTxIn(%s, %s, 0x%x)" % (repr(self.prevout), repr(self.scriptSig), self.nSequence)

Callers 1

test_is_finalMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_is_finalMethod · 0.64