Try to add a transaction to the memory pool.
Declared in <validation.h>
[[nodiscard, requires_capability(0x7f9513c47ec8), requires_capability(0x7f9502de9668), requires_capability(0x7f950b21be38), requires_capability(0x7f9514bf5e28)]]
MempoolAcceptResult
ProcessTransaction(
CTransactionRef const& tx,
bool test_accept = false);
a MempoolAcceptResult indicating whether the transaction was accepted or rejected.
The return value should not be discarded.
| Name | Description |
|---|---|
| tx [in] | The transaction to submit for mempool acceptance. |
| test_accept [in] | When true, run validation checks but don't submit to mempool. |