Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
lmdb_store_message.hpp File Reference
#include "barretenberg/lmdblib/types.hpp"
#include "barretenberg/messaging/header.hpp"
#include "barretenberg/serialize/msgpack.hpp"
#include "msgpack/adaptor/define_decl.hpp"
#include <cstdint>
#include <optional>
#include <string>

Go to the source code of this file.

Classes

struct  bb::nodejs::lmdb_store::OpenDatabaseRequest
 
struct  bb::nodejs::lmdb_store::GetRequest
 
struct  bb::nodejs::lmdb_store::GetResponse
 
struct  bb::nodejs::lmdb_store::HasRequest
 
struct  bb::nodejs::lmdb_store::HasResponse
 
struct  bb::nodejs::lmdb_store::Batch
 
struct  bb::nodejs::lmdb_store::BatchRequest
 
struct  bb::nodejs::lmdb_store::StartCursorRequest
 
struct  bb::nodejs::lmdb_store::StartCursorResponse
 
struct  bb::nodejs::lmdb_store::AdvanceCursorRequest
 
struct  bb::nodejs::lmdb_store::AdvanceCursorCountRequest
 
struct  bb::nodejs::lmdb_store::CloseCursorRequest
 
struct  bb::nodejs::lmdb_store::AdvanceCursorResponse
 
struct  bb::nodejs::lmdb_store::AdvanceCursorCountResponse
 
struct  bb::nodejs::lmdb_store::BoolResponse
 
struct  bb::nodejs::lmdb_store::BatchResponse
 
struct  bb::nodejs::lmdb_store::StatsResponse
 
struct  bb::nodejs::lmdb_store::CopyStoreRequest
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::nodejs
 
namespace  bb::nodejs::lmdb_store
 

Enumerations

enum  bb::nodejs::lmdb_store::LMDBStoreMessageType {
  bb::nodejs::lmdb_store::OPEN_DATABASE = FIRST_APP_MSG_TYPE , bb::nodejs::lmdb_store::GET , bb::nodejs::lmdb_store::HAS , bb::nodejs::lmdb_store::START_CURSOR ,
  bb::nodejs::lmdb_store::ADVANCE_CURSOR , bb::nodejs::lmdb_store::ADVANCE_CURSOR_COUNT , bb::nodejs::lmdb_store::CLOSE_CURSOR , bb::nodejs::lmdb_store::BATCH ,
  bb::nodejs::lmdb_store::STATS , bb::nodejs::lmdb_store::CLOSE , bb::nodejs::lmdb_store::COPY_STORE
}