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
9
#include "
uhs/transaction/transaction.hpp
"
10
11
namespace
cbdc::coordinator::rpc
{
13
using
request
=
transaction::compact_tx
;
16
using
response
= bool;
17
}
18
19
#endif
// OPENCBDC_TX_SRC_COORDINATOR_MESSAGES_H_
cbdc::coordinator::rpc
Definition
uhs/twophase/coordinator/client.cpp:10
cbdc::coordinator::rpc::response
bool response
Coordinator RPC response message; a boolean, true if the coordinator completed the transaction,...
Definition
uhs/twophase/coordinator/messages.hpp:16
cbdc::transaction::compact_tx
A condensed, hash-only transaction representation.
Definition
transaction.hpp:119
transaction.hpp
src
uhs
twophase
coordinator
messages.hpp
Generated by
1.12.0