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

#include <tx_context.hpp>

Public Member Functions

TxContextEvent serialize_tx_context_event () const
 

Public Attributes

HighLevelMerkleDBInterfacemerkle_db
 
WrittenPublicDataSlotsTreeCheckInterfacewritten_public_data_slots_tree
 
ContextProviderInterfacecontext_provider
 
Gas gas_used = { 0, 0 }
 
SideEffectStates side_effect_states = { 0, 0 }
 

Detailed Description

Definition at line 11 of file tx_context.hpp.

Member Function Documentation

◆ serialize_tx_context_event()

TxContextEvent bb::avm2::simulation::TxContext::serialize_tx_context_event ( ) const
inline

Definition at line 18 of file tx_context.hpp.

Member Data Documentation

◆ context_provider

ContextProviderInterface& bb::avm2::simulation::TxContext::context_provider

Definition at line 14 of file tx_context.hpp.

◆ gas_used

Gas bb::avm2::simulation::TxContext::gas_used = { 0, 0 }

Definition at line 15 of file tx_context.hpp.

◆ merkle_db

HighLevelMerkleDBInterface& bb::avm2::simulation::TxContext::merkle_db

Definition at line 12 of file tx_context.hpp.

◆ side_effect_states

SideEffectStates bb::avm2::simulation::TxContext::side_effect_states = { 0, 0 }

Definition at line 16 of file tx_context.hpp.

◆ written_public_data_slots_tree

WrittenPublicDataSlotsTreeCheckInterface& bb::avm2::simulation::TxContext::written_public_data_slots_tree

Definition at line 13 of file tx_context.hpp.


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