Outcome of Add().
Declared in <private_broadcast.h>
enum class AddResult : int;
| Name | Description |
|---|---|
Added | The transaction was newly added or reset after exhausting its send attempts. |
AlreadyPresent | The transaction was already present with send attempts remaining; no change. |
QueueFull | Rejected: the queue is already at MAX_TRANSACTIONS. |