Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ CheckTransactionError
Class
CheckTransactionError
bitcoin/core/__init__.py:765–766 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
763
764
765
class
CheckTransactionError(ValidationError):
766
pass
767
768
def
CheckTransaction(tx):
769
""
"Basic transaction checks that don&
#x27;t depend on any context.
Callers
1
CheckTransaction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected