Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lmdb_store_message.hpp>
Public Member Functions | |
MSGPACK_FIELDS (key, reverse, count, onePage, db) | |
Public Attributes | |
lmdblib::Key | key |
std::optional< bool > | reverse |
std::optional< uint32_t > | count |
std::optional< bool > | onePage |
std::string | db |
Definition at line 75 of file lmdb_store_message.hpp.
std::optional<uint32_t> bb::nodejs::lmdb_store::StartCursorRequest::count |
Definition at line 78 of file lmdb_store_message.hpp.
std::string bb::nodejs::lmdb_store::StartCursorRequest::db |
Definition at line 80 of file lmdb_store_message.hpp.
lmdblib::Key bb::nodejs::lmdb_store::StartCursorRequest::key |
Definition at line 76 of file lmdb_store_message.hpp.
std::optional<bool> bb::nodejs::lmdb_store::StartCursorRequest::onePage |
Definition at line 79 of file lmdb_store_message.hpp.
std::optional<bool> bb::nodejs::lmdb_store::StartCursorRequest::reverse |
Definition at line 77 of file lmdb_store_message.hpp.