OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::archiver Namespace Reference

Data Structures

class  client
 Retrieves blocks from a remote archiver via the network. More...
 
class  controller
 Wrapper for the archiver executable implementation. More...
 
struct  leveldbWriteOptions
 Wrapper for leveldb::WriteOptions to provide a constructor to set base class member "sync". More...
 

Typedefs

using request = uint64_t
 Height of the block to fetch from the archiver.
 
using response = std::optional<cbdc::atomizer::block>
 The requested block, or std::nullopt if not found.
 

Typedef Documentation

◆ request

using cbdc::archiver::request = uint64_t

Height of the block to fetch from the archiver.

Definition at line 15 of file uhs/atomizer/archiver/client.hpp.

◆ response

The requested block, or std::nullopt if not found.

Definition at line 18 of file uhs/atomizer/archiver/client.hpp.