OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::transaction::validation::witness_error Struct Reference

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.
 

Detailed Description

An error that may occur when sentinels validate witness commitments.

Definition at line 86 of file validation.hpp.

Member Function Documentation

◆ operator==()

auto cbdc::transaction::validation::witness_error::operator== ( const witness_error & rhs) const -> bool

Definition at line 32 of file validation.cpp.

Field Documentation

◆ m_code

witness_error_code cbdc::transaction::validation::witness_error::m_code {}

The type of witness error.

Definition at line 90 of file validation.hpp.

◆ m_idx

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.


The documentation for this struct was generated from the following files: