|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <nullifier_tree_check_event.hpp>
Public Member Functions | |
| bool | operator== (const NullifierTreeReadWriteEvent &other) const =default |
Public Attributes | |
| FF | nullifier |
| AppendOnlyTreeSnapshot | prev_snapshot |
| AppendOnlyTreeSnapshot | next_snapshot |
| NullifierTreeLeafPreimage | low_leaf_preimage |
| FF | low_leaf_hash |
| uint64_t | low_leaf_index |
| bool | write = false |
| std::optional< NullifierSiloingData > | siloing_data = std::nullopt |
| uint64_t | nullifier_counter = 0 |
| std::optional< NullifierAppendData > | append_data = std::nullopt |
Definition at line 28 of file nullifier_tree_check_event.hpp.
|
default |
| std::optional<NullifierAppendData> bb::avm2::simulation::NullifierTreeReadWriteEvent::append_data = std::nullopt |
Definition at line 41 of file nullifier_tree_check_event.hpp.
| FF bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_hash |
Definition at line 34 of file nullifier_tree_check_event.hpp.
| uint64_t bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_index |
Definition at line 35 of file nullifier_tree_check_event.hpp.
| NullifierTreeLeafPreimage bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_preimage |
Definition at line 33 of file nullifier_tree_check_event.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::NullifierTreeReadWriteEvent::next_snapshot |
Definition at line 31 of file nullifier_tree_check_event.hpp.
| FF bb::avm2::simulation::NullifierTreeReadWriteEvent::nullifier |
Definition at line 29 of file nullifier_tree_check_event.hpp.
| uint64_t bb::avm2::simulation::NullifierTreeReadWriteEvent::nullifier_counter = 0 |
Definition at line 39 of file nullifier_tree_check_event.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::NullifierTreeReadWriteEvent::prev_snapshot |
Definition at line 30 of file nullifier_tree_check_event.hpp.
| std::optional<NullifierSiloingData> bb::avm2::simulation::NullifierTreeReadWriteEvent::siloing_data = std::nullopt |
Definition at line 38 of file nullifier_tree_check_event.hpp.
| bool bb::avm2::simulation::NullifierTreeReadWriteEvent::write = false |
Definition at line 37 of file nullifier_tree_check_event.hpp.