#include <net.h>
#include <sync.h>
#include <memory>
#include <tuple>
Go to the source code of this file.
◆ ReconciliationRegisterResult
Enumerator |
---|
NOT_FOUND | |
SUCCESS | |
ALREADY_REGISTERED | |
PROTOCOL_VIOLATION | |
Definition at line 19 of file txreconciliation.h.
◆ DEFAULT_TXRECONCILIATION_ENABLE
constexpr bool DEFAULT_TXRECONCILIATION_ENABLE {false} |
|
staticconstexpr |
Whether transaction reconciliation protocol should be enabled by default.
Definition at line 15 of file txreconciliation.h.
◆ TXRECONCILIATION_VERSION
constexpr uint32_t TXRECONCILIATION_VERSION {1} |
|
staticconstexpr |
Supported transaction reconciliation protocol version.
Definition at line 17 of file txreconciliation.h.