|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <public_data_tree_check_event.hpp>
Public Member Functions | |
| bool | operator== (const PublicDataTreeReadWriteEvent &other) const =default |
Public Attributes | |
| AztecAddress | contract_address = 0 |
| FF | slot = 0 |
| FF | value = 0 |
| FF | leaf_slot = 0 |
| AppendOnlyTreeSnapshot | prev_snapshot |
| PublicDataTreeLeafPreimage | low_leaf_preimage |
| FF | low_leaf_hash = 0 |
| uint64_t | low_leaf_index = 0 |
| std::optional< PublicDataWriteData > | write_data = std::nullopt |
| uint32_t | execution_id = 0 |
Definition at line 24 of file public_data_tree_check_event.hpp.
|
default |
| AztecAddress bb::avm2::simulation::PublicDataTreeReadWriteEvent::contract_address = 0 |
Definition at line 25 of file public_data_tree_check_event.hpp.
| uint32_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::execution_id = 0 |
Definition at line 37 of file public_data_tree_check_event.hpp.
| FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::leaf_slot = 0 |
Definition at line 28 of file public_data_tree_check_event.hpp.
| FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_hash = 0 |
Definition at line 32 of file public_data_tree_check_event.hpp.
| uint64_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_index = 0 |
Definition at line 33 of file public_data_tree_check_event.hpp.
| PublicDataTreeLeafPreimage bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_preimage |
Definition at line 31 of file public_data_tree_check_event.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::PublicDataTreeReadWriteEvent::prev_snapshot |
Definition at line 29 of file public_data_tree_check_event.hpp.
| FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::slot = 0 |
Definition at line 26 of file public_data_tree_check_event.hpp.
| FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::value = 0 |
Definition at line 27 of file public_data_tree_check_event.hpp.
| std::optional<PublicDataWriteData> bb::avm2::simulation::PublicDataTreeReadWriteEvent::write_data = std::nullopt |
Definition at line 35 of file public_data_tree_check_event.hpp.