|
OpenCBDC Transaction Processor
|
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. | |
Server for handling TX and UHS ID status requests.
Definition at line 17 of file status_server.hpp.
| 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.
| impl | pointer to an implementation of the locking shard status interface. |
| srv | pointer to an initialized RPC server which is ready to accept requests. |
Definition at line 11 of file status_server.cpp.