OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
client.hpp File Reference
Include dependency graph for uhs/atomizer/archiver/client.hpp:
This graph shows which files directly or indirectly include this file:

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.