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

#include <db_types.hpp>

Public Attributes

unordered_flat_map< GetContractInstanceKey, ContractInstanceHintcontract_instances
 
unordered_flat_map< GetContractClassKey, ContractClassHintcontract_classes
 
unordered_flat_map< GetBytecodeCommitmentKey, BytecodeCommitmentHintbytecode_commitments
 
unordered_flat_map< GetDebugFunctionNameKey, DebugFunctionNameHintdebug_function_names
 
unordered_flat_map< uint32_t, ContractDBCreateCheckpointHintcreate_checkpoint_hints
 
unordered_flat_map< uint32_t, ContractDBCommitCheckpointHintcommit_checkpoint_hints
 
unordered_flat_map< uint32_t, ContractDBRevertCheckpointHintrevert_checkpoint_hints
 

Detailed Description

Definition at line 28 of file db_types.hpp.

Member Data Documentation

◆ bytecode_commitments

unordered_flat_map<GetBytecodeCommitmentKey, BytecodeCommitmentHint> bb::avm2::simulation::MappedContractHints::bytecode_commitments

Definition at line 31 of file db_types.hpp.

◆ commit_checkpoint_hints

unordered_flat_map< uint32_t, ContractDBCommitCheckpointHint> bb::avm2::simulation::MappedContractHints::commit_checkpoint_hints

Definition at line 34 of file db_types.hpp.

◆ contract_classes

unordered_flat_map<GetContractClassKey, ContractClassHint> bb::avm2::simulation::MappedContractHints::contract_classes

Definition at line 30 of file db_types.hpp.

◆ contract_instances

unordered_flat_map<GetContractInstanceKey, ContractInstanceHint> bb::avm2::simulation::MappedContractHints::contract_instances

Definition at line 29 of file db_types.hpp.

◆ create_checkpoint_hints

unordered_flat_map< uint32_t, ContractDBCreateCheckpointHint> bb::avm2::simulation::MappedContractHints::create_checkpoint_hints

Definition at line 33 of file db_types.hpp.

◆ debug_function_names

unordered_flat_map<GetDebugFunctionNameKey, DebugFunctionNameHint> bb::avm2::simulation::MappedContractHints::debug_function_names

Definition at line 32 of file db_types.hpp.

◆ revert_checkpoint_hints

unordered_flat_map< uint32_t, ContractDBRevertCheckpointHint> bb::avm2::simulation::MappedContractHints::revert_checkpoint_hints

Definition at line 35 of file db_types.hpp.


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