|
OpenCBDC Transaction Processor
|
Transaction type processed by locking shards. More...
#include <interface.hpp>

Public Member Functions | |
| auto | operator== (const tx &rhs) const -> bool |
Data Fields | |
| transaction::compact_tx | m_tx |
| Compact TX. | |
Transaction type processed by locking shards.
Definition at line 18 of file uhs/twophase/locking_shard/interface.hpp.
| auto cbdc::locking_shard::tx::operator== | ( | const tx & | rhs | ) | const -> bool |
Definition at line 20 of file uhs/twophase/locking_shard/interface.cpp.
| transaction::compact_tx cbdc::locking_shard::tx::m_tx |
Compact TX.
Definition at line 20 of file uhs/twophase/locking_shard/interface.hpp.
Referenced by cbdc::locking_shard::locking_shard::apply_outputs().