OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
status_messages.hpp File Reference
#include "util/common/hash.hpp"
#include <variant>
Include dependency graph for status_messages.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cbdc::locking_shard::rpc::uhs_status_request
 RPC message for clients to use to request the status of a UHS ID. More...
 
struct  cbdc::locking_shard::rpc::tx_status_request
 RPC message for clients to use to request the status of a TX ID. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::locking_shard
 
namespace  cbdc::locking_shard::rpc
 

Typedefs

using cbdc::locking_shard::rpc::status_request = std::variant<uhs_status_request, tx_status_request>
 Status request RPC message wrapper, holding either a UHS ID or TX ID query request.
 
using cbdc::locking_shard::rpc::status_response = bool
 Status response RPC messages indicating whether the shard contains given UHS or TX ID.