OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::sentinel::validate_request Struct Reference

Request type for transaction validation and attestation. More...

#include <interface.hpp>

Inheritance diagram for cbdc::sentinel::validate_request:
Collaboration diagram for cbdc::sentinel::validate_request:

Additional Inherited Members

- Public Member Functions inherited from cbdc::transaction::full_tx
auto operator== (const full_tx &rhs) const -> bool
 
 full_tx ()=default
 
- Data Fields inherited from cbdc::transaction::full_tx
std::vector< inputm_inputs {}
 The set of inputs for the transaction.
 
std::vector< outputm_outputs {}
 The set of new outputs created by the transaction.
 
std::vector< witness_tm_witness {}
 The set of witnesses.
 

Detailed Description

Request type for transaction validation and attestation.

A full transaction to be validated.

Definition at line 63 of file uhs/sentinel/interface.hpp.


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