Used to indicate the results of mempool validation.

Synopsis

Declared in <validation.h>

enum class ResultType : int;

Members

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.

Created with MrDocs