Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::nodejs::lmdb_store::StartCursorRequest Struct Reference

#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
 

Detailed Description

Definition at line 75 of file lmdb_store_message.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::nodejs::lmdb_store::StartCursorRequest::MSGPACK_FIELDS ( key  ,
reverse  ,
count  ,
onePage  ,
db   
)

Member Data Documentation

◆ count

std::optional<uint32_t> bb::nodejs::lmdb_store::StartCursorRequest::count

Definition at line 78 of file lmdb_store_message.hpp.

◆ db

std::string bb::nodejs::lmdb_store::StartCursorRequest::db

Definition at line 80 of file lmdb_store_message.hpp.

◆ key

lmdblib::Key bb::nodejs::lmdb_store::StartCursorRequest::key

Definition at line 76 of file lmdb_store_message.hpp.

◆ onePage

std::optional<bool> bb::nodejs::lmdb_store::StartCursorRequest::onePage

Definition at line 79 of file lmdb_store_message.hpp.

◆ reverse

std::optional<bool> bb::nodejs::lmdb_store::StartCursorRequest::reverse

Definition at line 77 of file lmdb_store_message.hpp.


The documentation for this struct was generated from the following file: