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

#include <update_check.hpp>

Public Member Functions

bool operator== (const UpdateCheckEvent &other) const =default
 

Public Attributes

AztecAddress address = 0
 
FF current_class_id = 0
 
FF original_class_id = 0
 
FF public_data_tree_root = 0
 
uint64_t current_timestamp = 0
 
FF update_hash = 0
 
FF update_preimage_metadata = 0
 
FF update_preimage_pre_class_id = 0
 
FF update_preimage_post_class_id = 0
 
FF delayed_public_mutable_slot = 0
 

Detailed Description

Definition at line 8 of file update_check.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ address

AztecAddress bb::avm2::simulation::UpdateCheckEvent::address = 0

Definition at line 10 of file update_check.hpp.

◆ current_class_id

FF bb::avm2::simulation::UpdateCheckEvent::current_class_id = 0

Definition at line 11 of file update_check.hpp.

◆ current_timestamp

uint64_t bb::avm2::simulation::UpdateCheckEvent::current_timestamp = 0

Definition at line 14 of file update_check.hpp.

◆ delayed_public_mutable_slot

FF bb::avm2::simulation::UpdateCheckEvent::delayed_public_mutable_slot = 0

Definition at line 24 of file update_check.hpp.

◆ original_class_id

FF bb::avm2::simulation::UpdateCheckEvent::original_class_id = 0

Definition at line 12 of file update_check.hpp.

◆ public_data_tree_root

FF bb::avm2::simulation::UpdateCheckEvent::public_data_tree_root = 0

Definition at line 13 of file update_check.hpp.

◆ update_hash

FF bb::avm2::simulation::UpdateCheckEvent::update_hash = 0

Definition at line 17 of file update_check.hpp.

◆ update_preimage_metadata

FF bb::avm2::simulation::UpdateCheckEvent::update_preimage_metadata = 0

Definition at line 19 of file update_check.hpp.

◆ update_preimage_post_class_id

FF bb::avm2::simulation::UpdateCheckEvent::update_preimage_post_class_id = 0

Definition at line 21 of file update_check.hpp.

◆ update_preimage_pre_class_id

FF bb::avm2::simulation::UpdateCheckEvent::update_preimage_pre_class_id = 0

Definition at line 20 of file update_check.hpp.


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