Outcome of Add().

Synopsis

Declared in <private_broadcast.h>

enum class AddResult : int;

Members

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.

Created with MrDocs