OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::locking_shard::rpc::status_server Class Reference

Server for handling TX and UHS ID status requests. More...

#include <status_server.hpp>

Public Member Functions

 status_server (std::shared_ptr< status_interface > impl, std::unique_ptr< cbdc::rpc::blocking_server< status_request, status_response > > srv)
 Constructor.
 

Detailed Description

Server for handling TX and UHS ID status requests.

Definition at line 17 of file status_server.hpp.

Constructor & Destructor Documentation

◆ status_server()

cbdc::locking_shard::rpc::status_server::status_server ( std::shared_ptr< status_interface > impl,
std::unique_ptr< cbdc::rpc::blocking_server< status_request, status_response > > srv )

Constructor.

Parameters
implpointer to an implementation of the locking shard status interface.
srvpointer to an initialized RPC server which is ready to accept requests.

Definition at line 11 of file status_server.cpp.


The documentation for this class was generated from the following files: