|
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_FIELDS (root, nextAvailableLeafIndex) | |
Public Attributes | |
| FF | root |
| uint64_t | nextAvailableLeafIndex |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const AppendOnlyTreeSnapshot &obj) |
Definition at line 293 of file aztec_types.hpp.
|
inlinenoexcept |
Definition at line 297 of file aztec_types.hpp.
| bb::avm2::AppendOnlyTreeSnapshot::MSGPACK_FIELDS | ( | root | , |
| nextAvailableLeafIndex | |||
| ) |
|
default |
|
friend |
Definition at line 299 of file aztec_types.hpp.
| uint64_t bb::avm2::AppendOnlyTreeSnapshot::nextAvailableLeafIndex |
Definition at line 295 of file aztec_types.hpp.
| FF bb::avm2::AppendOnlyTreeSnapshot::root |
Definition at line 294 of file aztec_types.hpp.