Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <tx_context_event.hpp>
Public Attributes | |
Gas | gas_used |
TreeStates | tree_states |
AppendOnlyTreeSnapshot | written_public_data_slots_tree_snapshot |
SideEffectStates | side_effect_states |
uint32_t | next_context_id |
Definition at line 7 of file tx_context_event.hpp.
Gas bb::avm2::simulation::TxContextEvent::gas_used |
Definition at line 9 of file tx_context_event.hpp.
uint32_t bb::avm2::simulation::TxContextEvent::next_context_id |
Definition at line 19 of file tx_context_event.hpp.
SideEffectStates bb::avm2::simulation::TxContextEvent::side_effect_states |
Definition at line 16 of file tx_context_event.hpp.
TreeStates bb::avm2::simulation::TxContextEvent::tree_states |
Definition at line 12 of file tx_context_event.hpp.
AppendOnlyTreeSnapshot bb::avm2::simulation::TxContextEvent::written_public_data_slots_tree_snapshot |
Definition at line 13 of file tx_context_event.hpp.