OpenCBDC Transaction Processor
|
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. | |
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.
using cbdc::archiver::response = std::optional<cbdc::atomizer::block> |
The requested block, or std::nullopt if not found.
Definition at line 18 of file uhs/atomizer/archiver/client.hpp.