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