6#ifndef OPENCBDC_TX_SRC_LOCKING_SHARD_STATUS_MESSAGES_H_
7#define OPENCBDC_TX_SRC_LOCKING_SHARD_STATUS_MESSAGES_H_
bool status_response
Status response RPC messages indicating whether the shard contains given UHS or TX ID.
std::variant< uhs_status_request, tx_status_request > status_request
Status request RPC message wrapper, holding either a UHS ID or TX ID query request.
std::array< unsigned char, cbdc::hash_size > hash_t
SHA256 hash container.
RPC message for clients to use to request the status of a TX ID.
hash_t m_tx_id
TX ID to check.
RPC message for clients to use to request the status of a UHS ID.
hash_t m_uhs_id
UHS ID to check.