Used to indicate the results of mempool validation.
Declared in <validation.h>
enum class ResultType : int;
| Name | Description |
|---|---|
VALID | Fully validated, valid. |
INVALID | Invalid. |
MEMPOOL_ENTRY | Valid, transaction was already in the mempool. |
DIFFERENT_WITNESS | Not validated. A same-txid-different-witness tx (see m_other_wtxid) already exists in the mempool and was not replaced. |