Runs consensus-level checks on a standalone transaction.
Declared in <kernel/bitcoinkernel_wrapper.h>
bool
CheckTransaction(
Transaction const& tx,
TxValidationState& state);
True when the transaction passes the checks.
| Name | Description |
|---|---|
| tx | The transaction to check. |
| state | Receives the validation result. |