|
OpenCBDC Transaction Processor
|
#include "uhs/transaction/transaction.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | cbdc |
| namespace | cbdc::coordinator |
| namespace | cbdc::coordinator::rpc |
Typedefs | |
| using | cbdc::coordinator::rpc::request = transaction::compact_tx |
| Coordinator RPC request message; a compact transaction. | |
| using | cbdc::coordinator::rpc::response = bool |
| Coordinator RPC response message; a boolean, true if the coordinator completed the transaction, false otherwise. | |