OpenCBDC Transaction Processor
|
#include "uhs/atomizer/atomizer/block.hpp"
#include "util/common/logging.hpp"
#include "util/network/tcp_socket.hpp"
Go to the source code of this file.
Data Structures | |
class | cbdc::archiver::client |
Retrieves blocks from a remote archiver via the network. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::archiver |
Typedefs | |
using | cbdc::archiver::request = uint64_t |
Height of the block to fetch from the archiver. | |
using | cbdc::archiver::response = std::optional<cbdc::atomizer::block> |
The requested block, or std::nullopt if not found. | |