Check if transaction will be final in the next block to be created.
Declared in <validation.h>
[[requires_capability(0x7f2e1b92a4c8), requires_capability(0x7f2e275a36a8), requires_capability(0x7f2e36964aa8), requires_capability(0x7f2e35450cf8)]]
bool
CheckFinalTxAtTip(
CBlockIndex const& active_chain_tip,
CTransaction const& tx);
true if the transaction would be final in the next block.
| Name | Description |
|---|---|
| active_chain_tip | Tip of the active chain the next block would build on. |
| tx | The transaction being evaluated. |