Reason why a transaction was removed from the mempool, this is passed to the notification signal.
Synopsis
Declared in <kernel/mempool_removal_reason.h>
enum class MemPoolRemovalReason : int;
Members
Name |
Description |
|
Expired from mempool |
|
Removed in size limiting |
|
Removed for reorganization |
|
Removed for block |
|
Removed for conflict with in‐block transaction |
|
Removed for replacement |
Non-Member Functions
Name |
Description |
Convert a mempool removal reason to a human‐readable string. |
Created with MrDocs