OpenCBDC Transaction Processor
|
An error that may occur when sentinels validate transaction outputs. More...
#include <validation.hpp>
Public Member Functions | |
auto | operator== (const output_error &rhs) const -> bool |
Data Fields | |
output_error_code | m_code {} |
The type of output error. | |
uint64_t | m_idx {} |
The index of the output in the transaction. | |
An error that may occur when sentinels validate transaction outputs.
Definition at line 97 of file validation.hpp.
auto cbdc::transaction::validation::output_error::operator== | ( | const output_error & | rhs | ) | const -> bool |
Definition at line 28 of file validation.cpp.
output_error_code cbdc::transaction::validation::output_error::m_code {} |
The type of output error.
Definition at line 101 of file validation.hpp.
uint64_t cbdc::transaction::validation::output_error::m_idx {} |
The index of the output in the transaction.
Definition at line 104 of file validation.hpp.