|
OpenCBDC Transaction Processor
|
Request type for transaction validation and attestation. More...
#include <interface.hpp>


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< input > | m_inputs {} |
| The set of inputs for the transaction. | |
| std::vector< output > | m_outputs {} |
| The set of new outputs created by the transaction. | |
| std::vector< witness_t > | m_witness {} |
| The set of witnesses. | |
Request type for transaction validation and attestation.
A full transaction to be validated.
Definition at line 63 of file uhs/sentinel/interface.hpp.