|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <db_types.hpp>
Definition at line 39 of file db_types.hpp.
| unordered_flat_map<AppendLeavesHintKey, AppendLeavesHint> bb::avm2::simulation::MappedMerkleHints::append_leaves_hints |
Definition at line 53 of file db_types.hpp.
| unordered_flat_map< uint32_t, CommitCheckpointHint> bb::avm2::simulation::MappedMerkleHints::commit_checkpoint_hints |
Definition at line 55 of file db_types.hpp.
| unordered_flat_map< uint32_t, CreateCheckpointHint> bb::avm2::simulation::MappedMerkleHints::create_checkpoint_hints |
Definition at line 54 of file db_types.hpp.
| 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.
| 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.
| unordered_flat_map<GetLeafValueKey, GetLeafValueHint> bb::avm2::simulation::MappedMerkleHints::get_leaf_value_hints |
Definition at line 47 of file db_types.hpp.
| unordered_flat_map<GetPreviousValueIndexKey, GetPreviousValueIndexHint> bb::avm2::simulation::MappedMerkleHints::get_previous_value_index_hints |
Definition at line 42 of file db_types.hpp.
| unordered_flat_map<GetSiblingPathKey, GetSiblingPathHint> bb::avm2::simulation::MappedMerkleHints::get_sibling_path_hints |
Definition at line 41 of file db_types.hpp.
| unordered_flat_map< uint32_t, RevertCheckpointHint> bb::avm2::simulation::MappedMerkleHints::revert_checkpoint_hints |
Definition at line 56 of file db_types.hpp.
| unordered_flat_map<SequentialInsertHintNullifierTreeKey, SequentialInsertHint<NullifierLeafValue> > bb::avm2::simulation::MappedMerkleHints::sequential_insert_hints_nullifier_tree |
Definition at line 52 of file db_types.hpp.
| 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.