|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| std::size_t | hash () const noexcept |
| bool | operator== (const AppendOnlyTreeSnapshot &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (root, next_available_leaf_index) | |
Public Attributes | |
| FF | root = 0 |
| uint64_t | next_available_leaf_index = 0 |
Definition at line 486 of file aztec_types.hpp.
|
inlinenoexcept |
Definition at line 490 of file aztec_types.hpp.
| bb::avm2::AppendOnlyTreeSnapshot::MSGPACK_CAMEL_CASE_FIELDS | ( | root | , |
| next_available_leaf_index | |||
| ) |
|
default |
| uint64_t bb::avm2::AppendOnlyTreeSnapshot::next_available_leaf_index = 0 |
Definition at line 488 of file aztec_types.hpp.
| FF bb::avm2::AppendOnlyTreeSnapshot::root = 0 |
Definition at line 487 of file aztec_types.hpp.