[#CheckFinalTxAtTip] = CheckFinalTxAtTip :mrdocs: Check if transaction will be final in the next block to be created. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1b92a4c8), requires_capability(0x7f2e275a36a8), requires_capability(0x7f2e36964aa8), requires_capability(0x7f2e35450cf8)]] bool CheckFinalTxAtTip( xref:CBlockIndex.adoc[CBlockIndex] const& active_chain_tip, xref:CTransaction.adoc[CTransaction] const& tx); ---- == Return Value true if the transaction would be final in the next block. == Parameters [cols="1,4"] |=== | Name| Description | *active_chain_tip* | Tip of the active chain the next block would build on. | *tx* | The transaction being evaluated. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#