Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
bool | operator== (const TreeSnapshots &other) const =default |
MSGPACK_FIELDS (l1ToL2MessageTree, noteHashTree, nullifierTree, publicDataTree) | |
Public Attributes | |
AppendOnlyTreeSnapshot | l1ToL2MessageTree |
AppendOnlyTreeSnapshot | noteHashTree |
AppendOnlyTreeSnapshot | nullifierTree |
AppendOnlyTreeSnapshot | publicDataTree |
Definition at line 288 of file aztec_types.hpp.
bb::avm2::TreeSnapshots::MSGPACK_FIELDS | ( | l1ToL2MessageTree | , |
noteHashTree | , | ||
nullifierTree | , | ||
publicDataTree | |||
) |
|
default |
AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::l1ToL2MessageTree |
Definition at line 289 of file aztec_types.hpp.
AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::noteHashTree |
Definition at line 290 of file aztec_types.hpp.
AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::nullifierTree |
Definition at line 291 of file aztec_types.hpp.
AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::publicDataTree |
Definition at line 292 of file aztec_types.hpp.