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

#include <db_types.hpp>

Public Attributes

unordered_flat_map< GetSiblingPathKey, GetSiblingPathHintget_sibling_path_hints
 
unordered_flat_map< GetPreviousValueIndexKey, GetPreviousValueIndexHintget_previous_value_index_hints
 
unordered_flat_map< GetLeafPreimageKey, GetLeafPreimageHint< PublicDataTreeLeafPreimage > > get_leaf_preimage_hints_public_data_tree
 
unordered_flat_map< GetLeafPreimageKey, GetLeafPreimageHint< NullifierTreeLeafPreimage > > get_leaf_preimage_hints_nullifier_tree
 
unordered_flat_map< GetLeafValueKey, GetLeafValueHintget_leaf_value_hints
 
unordered_flat_map< SequentialInsertHintPublicDataTreeKey, SequentialInsertHint< PublicDataLeafValue > > sequential_insert_hints_public_data_tree
 
unordered_flat_map< SequentialInsertHintNullifierTreeKey, SequentialInsertHint< NullifierLeafValue > > sequential_insert_hints_nullifier_tree
 
unordered_flat_map< AppendLeavesHintKey, AppendLeavesHintappend_leaves_hints
 
unordered_flat_map< uint32_t, CreateCheckpointHintcreate_checkpoint_hints
 
unordered_flat_map< uint32_t, CommitCheckpointHintcommit_checkpoint_hints
 
unordered_flat_map< uint32_t, RevertCheckpointHintrevert_checkpoint_hints
 

Detailed Description

Definition at line 39 of file db_types.hpp.

Member Data Documentation

◆ append_leaves_hints

unordered_flat_map<AppendLeavesHintKey, AppendLeavesHint> bb::avm2::simulation::MappedMerkleHints::append_leaves_hints

Definition at line 53 of file db_types.hpp.

◆ commit_checkpoint_hints

unordered_flat_map< uint32_t, CommitCheckpointHint> bb::avm2::simulation::MappedMerkleHints::commit_checkpoint_hints

Definition at line 55 of file db_types.hpp.

◆ create_checkpoint_hints

unordered_flat_map< uint32_t, CreateCheckpointHint> bb::avm2::simulation::MappedMerkleHints::create_checkpoint_hints

Definition at line 54 of file db_types.hpp.

◆ get_leaf_preimage_hints_nullifier_tree

unordered_flat_map<GetLeafPreimageKey, GetLeafPreimageHint<NullifierTreeLeafPreimage> > bb::avm2::simulation::MappedMerkleHints::get_leaf_preimage_hints_nullifier_tree

Definition at line 46 of file db_types.hpp.

◆ get_leaf_preimage_hints_public_data_tree

unordered_flat_map<GetLeafPreimageKey, GetLeafPreimageHint<PublicDataTreeLeafPreimage> > bb::avm2::simulation::MappedMerkleHints::get_leaf_preimage_hints_public_data_tree

Definition at line 44 of file db_types.hpp.

◆ get_leaf_value_hints

unordered_flat_map<GetLeafValueKey, GetLeafValueHint> bb::avm2::simulation::MappedMerkleHints::get_leaf_value_hints

Definition at line 47 of file db_types.hpp.

◆ get_previous_value_index_hints

unordered_flat_map<GetPreviousValueIndexKey, GetPreviousValueIndexHint> bb::avm2::simulation::MappedMerkleHints::get_previous_value_index_hints

Definition at line 42 of file db_types.hpp.

◆ get_sibling_path_hints

unordered_flat_map<GetSiblingPathKey, GetSiblingPathHint> bb::avm2::simulation::MappedMerkleHints::get_sibling_path_hints

Definition at line 41 of file db_types.hpp.

◆ revert_checkpoint_hints

unordered_flat_map< uint32_t, RevertCheckpointHint> bb::avm2::simulation::MappedMerkleHints::revert_checkpoint_hints

Definition at line 56 of file db_types.hpp.

◆ sequential_insert_hints_nullifier_tree

unordered_flat_map<SequentialInsertHintNullifierTreeKey, SequentialInsertHint<NullifierLeafValue> > bb::avm2::simulation::MappedMerkleHints::sequential_insert_hints_nullifier_tree

Definition at line 52 of file db_types.hpp.

◆ sequential_insert_hints_public_data_tree

unordered_flat_map<SequentialInsertHintPublicDataTreeKey, SequentialInsertHint<PublicDataLeafValue> > bb::avm2::simulation::MappedMerkleHints::sequential_insert_hints_public_data_tree

Definition at line 50 of file db_types.hpp.


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