|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <db_types.hpp>
Definition at line 28 of file db_types.hpp.
| unordered_flat_map<GetBytecodeCommitmentKey, BytecodeCommitmentHint> bb::avm2::simulation::MappedContractHints::bytecode_commitments |
Definition at line 31 of file db_types.hpp.
| unordered_flat_map< uint32_t, ContractDBCommitCheckpointHint> bb::avm2::simulation::MappedContractHints::commit_checkpoint_hints |
Definition at line 34 of file db_types.hpp.
| unordered_flat_map<GetContractClassKey, ContractClassHint> bb::avm2::simulation::MappedContractHints::contract_classes |
Definition at line 30 of file db_types.hpp.
| unordered_flat_map<GetContractInstanceKey, ContractInstanceHint> bb::avm2::simulation::MappedContractHints::contract_instances |
Definition at line 29 of file db_types.hpp.
| unordered_flat_map< uint32_t, ContractDBCreateCheckpointHint> bb::avm2::simulation::MappedContractHints::create_checkpoint_hints |
Definition at line 33 of file db_types.hpp.
| unordered_flat_map<GetDebugFunctionNameKey, DebugFunctionNameHint> bb::avm2::simulation::MappedContractHints::debug_function_names |
Definition at line 32 of file db_types.hpp.
| unordered_flat_map< uint32_t, ContractDBRevertCheckpointHint> bb::avm2::simulation::MappedContractHints::revert_checkpoint_hints |
Definition at line 35 of file db_types.hpp.