Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/lmdblib/lmdb_cursor.hpp"
#include "barretenberg/lmdblib/lmdb_store.hpp"
#include "barretenberg/lmdblib/types.hpp"
#include "barretenberg/messaging/dispatcher.hpp"
#include "barretenberg/messaging/header.hpp"
#include "barretenberg/nodejs_module/lmdb_store/lmdb_store_message.hpp"
#include "barretenberg/nodejs_module/util/message_processor.hpp"
#include <cstdint>
#include <map>
#include <mutex>
#include <napi.h>
Go to the source code of this file.
Classes | |
struct | bb::nodejs::lmdb_store::CursorData |
class | bb::nodejs::lmdb_store::LMDBStoreWrapper |
Manages the interaction between the JavaScript runtime and the LMDB instance. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::nodejs |
namespace | bb::nodejs::lmdb_store |