[#btck-CheckTransaction] = xref:btck.adoc[btck]::CheckTransaction :relfileprefix: ../ :mrdocs: Runs consensus‐level checks on a standalone transaction. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckTransaction( xref:btck/Transaction.adoc[Transaction] const& tx, xref:btck/TxValidationState.adoc[TxValidationState]& state); ---- == Return Value True when the transaction passes the checks. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to check. | *state* | Receives the validation result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#