OpenCBDC Transaction Processor
|
An error that may occur when sentinels validate witness commitments. More...
#include <validation.hpp>
Public Member Functions | |
auto | operator== (const witness_error &rhs) const -> bool |
Data Fields | |
witness_error_code | m_code {} |
The type of witness error. | |
uint64_t | m_idx {} |
The index of the witness in the transaction. | |
An error that may occur when sentinels validate witness commitments.
Definition at line 86 of file validation.hpp.
auto cbdc::transaction::validation::witness_error::operator== | ( | const witness_error & | rhs | ) | const -> bool |
Definition at line 32 of file validation.cpp.
witness_error_code cbdc::transaction::validation::witness_error::m_code {} |
The type of witness error.
Definition at line 90 of file validation.hpp.
uint64_t cbdc::transaction::validation::witness_error::m_idx {} |
The index of the witness in the transaction.
Definition at line 93 of file validation.hpp.