Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::ContextProvider, including all inherited members.
cd_hash_provider | bb::avm2::simulation::ContextProvider | private |
ContextProvider(TxBytecodeManagerInterface &tx_bytecode_manager, MemoryProviderInterface &memory_provider, CalldataHashingProviderInterface &cd_hash_provider, InternalCallStackManagerProviderInterface &internal_call_stack_manager_provider, HighLevelMerkleDBInterface &merkle_db, WrittenPublicDataSlotsTreeCheckInterface &written_public_data_slots_tree, const GlobalVariables &global_variables) | bb::avm2::simulation::ContextProvider | inline |
get_next_context_id() const override | bb::avm2::simulation::ContextProvider | virtual |
global_variables | bb::avm2::simulation::ContextProvider | private |
internal_call_stack_manager_provider | bb::avm2::simulation::ContextProvider | private |
make_enqueued_context(AztecAddress address, AztecAddress msg_sender, FF transaction_fee, std::span< const FF > calldata, bool is_static, Gas gas_limit, Gas gas_used, SideEffectStates side_effect_states, TransactionPhase phase) override | bb::avm2::simulation::ContextProvider | virtual |
make_nested_context(AztecAddress address, AztecAddress msg_sender, FF transaction_fee, ContextInterface &parent_context, MemoryAddress cd_offset_address, MemoryAddress cd_size_address, bool is_static, Gas gas_limit, SideEffectStates side_effect_states, TransactionPhase phase) override | bb::avm2::simulation::ContextProvider | virtual |
memory_provider | bb::avm2::simulation::ContextProvider | private |
merkle_db | bb::avm2::simulation::ContextProvider | private |
next_context_id | bb::avm2::simulation::ContextProvider | private |
tx_bytecode_manager | bb::avm2::simulation::ContextProvider | private |
written_public_data_slots_tree | bb::avm2::simulation::ContextProvider | private |
~ContextProviderInterface()=default | bb::avm2::simulation::ContextProviderInterface | virtual |