PrivateBroadcast::AddResult

Outcome of Add().

Synopsis

Declared in <private_broadcast.h>

enum class AddResult : int;

Members

NameDescription
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.