Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ VerifyScriptError
Class
VerifyScriptError
bitcoin/core/scripteval.py:734–735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
flags=flags)
733
734
class
VerifyScriptError(bitcoin.core.ValidationError):
735
pass
736
737
def
VerifyScript(scriptSig, scriptPubKey, txTo, inIdx, flags=()):
738
""
"Verify a scriptSig satisfies a scriptPubKey
Callers
1
VerifyScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected