MCPcopy 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
734class VerifyScriptError(bitcoin.core.ValidationError):
735 pass
736
737def VerifyScript(scriptSig, scriptPubKey, txTo, inIdx, flags=()):
738 """Verify a scriptSig satisfies a scriptPubKey

Callers 1

VerifyScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected