|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lmdb_tree_store.hpp>
Public Member Functions | |
| bool | operator== (const NodePayload &other) const |
Public Attributes | |
| std::optional< fr > | left |
| std::optional< fr > | right |
| uint64_t | ref |
Definition at line 56 of file lmdb_tree_store.hpp.
|
inline |
Definition at line 63 of file lmdb_tree_store.hpp.
| std::optional<fr> bb::crypto::merkle_tree::NodePayload::left |
Definition at line 57 of file lmdb_tree_store.hpp.
| uint64_t bb::crypto::merkle_tree::NodePayload::ref |
Definition at line 59 of file lmdb_tree_store.hpp.
| std::optional<fr> bb::crypto::merkle_tree::NodePayload::right |
Definition at line 58 of file lmdb_tree_store.hpp.