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

#include <merkle_check_event.hpp>

Public Member Functions

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

Public Attributes

FF leaf_value
 
std::optional< FFnew_leaf_value
 
uint64_t leaf_index
 
std::vector< FFsibling_path
 
FF root
 
std::optional< FFnew_root
 

Detailed Description

Definition at line 10 of file merkle_check_event.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ leaf_index

uint64_t bb::avm2::simulation::MerkleCheckEvent::leaf_index

Definition at line 13 of file merkle_check_event.hpp.

◆ leaf_value

FF bb::avm2::simulation::MerkleCheckEvent::leaf_value

Definition at line 11 of file merkle_check_event.hpp.

◆ new_leaf_value

std::optional<FF> bb::avm2::simulation::MerkleCheckEvent::new_leaf_value

Definition at line 12 of file merkle_check_event.hpp.

◆ new_root

std::optional<FF> bb::avm2::simulation::MerkleCheckEvent::new_root

Definition at line 16 of file merkle_check_event.hpp.

◆ root

FF bb::avm2::simulation::MerkleCheckEvent::root

Definition at line 15 of file merkle_check_event.hpp.

◆ sibling_path

std::vector<FF> bb::avm2::simulation::MerkleCheckEvent::sibling_path

Definition at line 14 of file merkle_check_event.hpp.


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