Barretenberg
The ZK-SNARK library at the core of Aztec
|
Classes | |
struct | AdvanceCursorCountRequest |
struct | AdvanceCursorCountResponse |
struct | AdvanceCursorRequest |
struct | AdvanceCursorResponse |
struct | Batch |
struct | BatchRequest |
struct | BatchResponse |
struct | BoolResponse |
struct | CloseCursorRequest |
struct | CopyStoreRequest |
struct | CursorData |
struct | GetRequest |
struct | GetResponse |
struct | HasRequest |
struct | HasResponse |
class | LMDBStoreWrapper |
Manages the interaction between the JavaScript runtime and the LMDB instance. More... | |
struct | OpenDatabaseRequest |
struct | StartCursorRequest |
struct | StartCursorResponse |
struct | StatsResponse |
Enumerations | |
enum | LMDBStoreMessageType { OPEN_DATABASE = FIRST_APP_MSG_TYPE , GET , HAS , START_CURSOR , ADVANCE_CURSOR , ADVANCE_CURSOR_COUNT , CLOSE_CURSOR , BATCH , STATS , CLOSE , COPY_STORE } |
Enumerator | |
---|---|
OPEN_DATABASE | |
GET | |
HAS | |
START_CURSOR | |
ADVANCE_CURSOR | |
ADVANCE_CURSOR_COUNT | |
CLOSE_CURSOR | |
BATCH | |
STATS | |
CLOSE | |
COPY_STORE |
Definition at line 14 of file lmdb_store_message.hpp.