MCPcopy 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
765class CheckTransactionError(ValidationError):
766 pass
767
768def CheckTransaction(tx):
769 """Basic transaction checks that don't depend on any context.

Callers 1

CheckTransactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected