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

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.
 

Detailed Description

An error that may occur when sentinels validate transaction outputs.

Definition at line 97 of file validation.hpp.

Member Function Documentation

◆ operator==()

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

Definition at line 28 of file validation.cpp.

Field Documentation

◆ m_code

output_error_code cbdc::transaction::validation::output_error::m_code {}

The type of output error.

Definition at line 101 of file validation.hpp.

◆ m_idx

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.


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