Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
790
class
VerifySignatureError(bitcoin.core.ValidationError):
791
pass
792
793
def
VerifySignature(txFrom, txTo, inIdx):
794
""
"Verify a scriptSig signature can spend a txout
Callers
1
VerifySignature
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected