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 |
FF | slot |
FF | value |
FF | leaf_slot |
AppendOnlyTreeSnapshot | prev_snapshot |
PublicDataTreeLeafPreimage | low_leaf_preimage |
FF | low_leaf_hash |
uint64_t | low_leaf_index |
std::optional< PublicDataWriteData > | write_data |
uint32_t | execution_id |
Definition at line 24 of file public_data_tree_check_event.hpp.
|
default |
AztecAddress bb::avm2::simulation::PublicDataTreeReadWriteEvent::contract_address |
Definition at line 25 of file public_data_tree_check_event.hpp.
uint32_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::execution_id |
Definition at line 37 of file public_data_tree_check_event.hpp.
FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::leaf_slot |
Definition at line 28 of file public_data_tree_check_event.hpp.
FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_hash |
Definition at line 32 of file public_data_tree_check_event.hpp.
uint64_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_index |
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 |
Definition at line 26 of file public_data_tree_check_event.hpp.
FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::value |
Definition at line 27 of file public_data_tree_check_event.hpp.
std::optional<PublicDataWriteData> bb::avm2::simulation::PublicDataTreeReadWriteEvent::write_data |
Definition at line 35 of file public_data_tree_check_event.hpp.