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 273 of file aztec_types.hpp.
|
inlinenoexcept |
Definition at line 277 of file aztec_types.hpp.
bb::avm2::AppendOnlyTreeSnapshot::MSGPACK_FIELDS | ( | root | , |
nextAvailableLeafIndex | |||
) |
|
default |
|
friend |
Definition at line 279 of file aztec_types.hpp.
uint64_t bb::avm2::AppendOnlyTreeSnapshot::nextAvailableLeafIndex |
Definition at line 275 of file aztec_types.hpp.
FF bb::avm2::AppendOnlyTreeSnapshot::root |
Definition at line 274 of file aztec_types.hpp.