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

Class VerifySignatureError

bitcoin/core/scripteval.py:790–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788
789
790class VerifySignatureError(bitcoin.core.ValidationError):
791 pass
792
793def VerifySignature(txFrom, txTo, inIdx):
794 """Verify a scriptSig signature can spend a txout

Callers 1

VerifySignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected