OpenCBDC Transaction Processor
|
Data Structures | |
class | client |
RPC client for a coordinator. More... | |
class | server |
RPC server for a coordinator. More... | |
Typedefs | |
using | request = transaction::compact_tx |
Coordinator RPC request message; a compact transaction. | |
using | response = bool |
Coordinator RPC response message; a boolean, true if the coordinator completed the transaction, false otherwise. | |
Coordinator RPC request message; a compact transaction.
Definition at line 13 of file uhs/twophase/coordinator/messages.hpp.
using cbdc::coordinator::rpc::response = bool |
Coordinator RPC response message; a boolean, true if the coordinator completed the transaction, false otherwise.
Definition at line 16 of file uhs/twophase/coordinator/messages.hpp.