Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::PublicDataTreeReadWriteEvent Struct Reference

#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< PublicDataWriteDatawrite_data
 
uint32_t execution_id
 

Detailed Description

Definition at line 24 of file public_data_tree_check_event.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::PublicDataTreeReadWriteEvent::operator== ( const PublicDataTreeReadWriteEvent other) const
default

Member Data Documentation

◆ contract_address

AztecAddress bb::avm2::simulation::PublicDataTreeReadWriteEvent::contract_address

Definition at line 25 of file public_data_tree_check_event.hpp.

◆ execution_id

uint32_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::execution_id

Definition at line 37 of file public_data_tree_check_event.hpp.

◆ leaf_slot

FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::leaf_slot

Definition at line 28 of file public_data_tree_check_event.hpp.

◆ low_leaf_hash

FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_hash

Definition at line 32 of file public_data_tree_check_event.hpp.

◆ low_leaf_index

uint64_t bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_index

Definition at line 33 of file public_data_tree_check_event.hpp.

◆ low_leaf_preimage

PublicDataTreeLeafPreimage bb::avm2::simulation::PublicDataTreeReadWriteEvent::low_leaf_preimage

Definition at line 31 of file public_data_tree_check_event.hpp.

◆ prev_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::PublicDataTreeReadWriteEvent::prev_snapshot

Definition at line 29 of file public_data_tree_check_event.hpp.

◆ slot

FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::slot

Definition at line 26 of file public_data_tree_check_event.hpp.

◆ value

FF bb::avm2::simulation::PublicDataTreeReadWriteEvent::value

Definition at line 27 of file public_data_tree_check_event.hpp.

◆ write_data

std::optional<PublicDataWriteData> bb::avm2::simulation::PublicDataTreeReadWriteEvent::write_data

Definition at line 35 of file public_data_tree_check_event.hpp.


The documentation for this struct was generated from the following file: