Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::SequentialInsertHint< Leaf > Struct Template Reference

#include <avm_io.hpp>

Public Member Functions

bool operator== (const SequentialInsertHint< Leaf > &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, leaf, low_leaves_witness_data, insertion_witness_data, state_after)
 

Public Attributes

AppendOnlyTreeSnapshot hint_key
 
world_state::MerkleTreeId tree_id
 
Leaf leaf
 
crypto::merkle_tree::LeafUpdateWitnessData< Leaf > low_leaves_witness_data
 
crypto::merkle_tree::LeafUpdateWitnessData< Leaf > insertion_witness_data
 
AppendOnlyTreeSnapshot state_after
 

Detailed Description

template<typename Leaf>
struct bb::avm2::SequentialInsertHint< Leaf >

Definition at line 239 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

template<typename Leaf >
bb::avm2::SequentialInsertHint< Leaf >::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
tree_id  ,
leaf  ,
low_leaves_witness_data  ,
insertion_witness_data  ,
state_after   
)

◆ operator==()

template<typename Leaf >
bool bb::avm2::SequentialInsertHint< Leaf >::operator== ( const SequentialInsertHint< Leaf > &  other) const
default

Member Data Documentation

◆ hint_key

template<typename Leaf >
AppendOnlyTreeSnapshot bb::avm2::SequentialInsertHint< Leaf >::hint_key

Definition at line 240 of file avm_io.hpp.

◆ insertion_witness_data

template<typename Leaf >
crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::insertion_witness_data

Definition at line 246 of file avm_io.hpp.

◆ leaf

template<typename Leaf >
Leaf bb::avm2::SequentialInsertHint< Leaf >::leaf

Definition at line 243 of file avm_io.hpp.

◆ low_leaves_witness_data

template<typename Leaf >
crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::low_leaves_witness_data

Definition at line 245 of file avm_io.hpp.

◆ state_after

template<typename Leaf >
AppendOnlyTreeSnapshot bb::avm2::SequentialInsertHint< Leaf >::state_after

Definition at line 248 of file avm_io.hpp.

◆ tree_id

template<typename Leaf >
world_state::MerkleTreeId bb::avm2::SequentialInsertHint< Leaf >::tree_id

Definition at line 242 of file avm_io.hpp.


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