Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <tx_context.hpp>
Public Member Functions | |
TxContextEvent | serialize_tx_context_event () const |
Public Attributes | |
HighLevelMerkleDBInterface & | merkle_db |
WrittenPublicDataSlotsTreeCheckInterface & | written_public_data_slots_tree |
ContextProviderInterface & | context_provider |
Gas | gas_used = { 0, 0 } |
SideEffectStates | side_effect_states = { 0, 0 } |
Definition at line 11 of file tx_context.hpp.
|
inline |
Definition at line 18 of file tx_context.hpp.
ContextProviderInterface& bb::avm2::simulation::TxContext::context_provider |
Definition at line 14 of file tx_context.hpp.
Gas bb::avm2::simulation::TxContext::gas_used = { 0, 0 } |
Definition at line 15 of file tx_context.hpp.
HighLevelMerkleDBInterface& bb::avm2::simulation::TxContext::merkle_db |
Definition at line 12 of file tx_context.hpp.
SideEffectStates bb::avm2::simulation::TxContext::side_effect_states = { 0, 0 } |
Definition at line 16 of file tx_context.hpp.
WrittenPublicDataSlotsTreeCheckInterface& bb::avm2::simulation::TxContext::written_public_data_slots_tree |
Definition at line 13 of file tx_context.hpp.