Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lmdb_store_message.hpp>
Public Member Functions | |
MSGPACK_FIELDS (stats, dbMapSizeBytes, dbPhysicalFileSizeBytes) | |
Public Attributes | |
std::vector< lmdblib::DBStats > | stats |
uint64_t | dbMapSizeBytes |
uint64_t | dbPhysicalFileSizeBytes |
Definition at line 129 of file lmdb_store_message.hpp.
bb::nodejs::lmdb_store::StatsResponse::MSGPACK_FIELDS | ( | stats | , |
dbMapSizeBytes | , | ||
dbPhysicalFileSizeBytes | |||
) |
uint64_t bb::nodejs::lmdb_store::StatsResponse::dbMapSizeBytes |
Definition at line 131 of file lmdb_store_message.hpp.
uint64_t bb::nodejs::lmdb_store::StatsResponse::dbPhysicalFileSizeBytes |
Definition at line 132 of file lmdb_store_message.hpp.
std::vector<lmdblib::DBStats> bb::nodejs::lmdb_store::StatsResponse::stats |
Definition at line 130 of file lmdb_store_message.hpp.