OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
uhs/twophase/coordinator/messages.hpp
Go to the documentation of this file.
1// Copyright (c) 2021 MIT Digital Currency Initiative,
2// Federal Reserve Bank of Boston
3// Distributed under the MIT software license, see the accompanying
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6#ifndef OPENCBDC_TX_SRC_COORDINATOR_MESSAGES_H_
7#define OPENCBDC_TX_SRC_COORDINATOR_MESSAGES_H_
8
10
11namespace cbdc::coordinator::rpc {
16 using response = bool;
17}
18
19#endif // OPENCBDC_TX_SRC_COORDINATOR_MESSAGES_H_
bool response
Coordinator RPC response message; a boolean, true if the coordinator completed the transaction,...
A condensed, hash-only transaction representation.