Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Enumerations | |
enum class | MemPoolRemovalReason { EXPIRY , SIZELIMIT , REORG , BLOCK , CONFLICT , REPLACED } |
Reason why a transaction was removed from the mempool, this is passed to the notification signal. More... | |
Functions | |
std::string | RemovalReasonToString (const MemPoolRemovalReason &r) noexcept |
|
strong |
Reason why a transaction was removed from the mempool, this is passed to the notification signal.
Definition at line 13 of file mempool_removal_reason.h.
|
noexcept |
Definition at line 10 of file mempool_removal_reason.cpp.