OpenCBDC Transaction Processor
|
Sentinel response message. More...
#include <interface.hpp>
Public Member Functions | |
auto | operator== (const execute_response &rhs) const -> bool |
Data Fields | |
cbdc::sentinel::tx_status | m_tx_status {} |
Transaction execution status. | |
std::optional< transaction::validation::tx_error > | m_tx_error |
Transaction validation error if static validation failed. | |
Sentinel response message.
Definition at line 52 of file uhs/sentinel/interface.hpp.
auto cbdc::sentinel::execute_response::operator== | ( | const execute_response & | rhs | ) | const -> bool |
Definition at line 9 of file uhs/sentinel/interface.cpp.
std::optional<transaction::validation::tx_error> cbdc::sentinel::execute_response::m_tx_error |
Transaction validation error if static validation failed.
Definition at line 56 of file uhs/sentinel/interface.hpp.
cbdc::sentinel::tx_status cbdc::sentinel::execute_response::m_tx_status {} |
Transaction execution status.
Definition at line 54 of file uhs/sentinel/interface.hpp.