|
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 |
| AppendOnlyTreeSnapshot | retrieved_bytecodes_tree_snapshot |
| uint32_t | numUnencryptedLogFields = 0 |
| uint32_t | numL2ToL1Messages = 0 |
| uint32_t | next_context_id = 0 |
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 = 0 |
Definition at line 21 of file tx_context_event.hpp.
| uint32_t bb::avm2::simulation::TxContextEvent::numL2ToL1Messages = 0 |
Definition at line 18 of file tx_context_event.hpp.
| uint32_t bb::avm2::simulation::TxContextEvent::numUnencryptedLogFields = 0 |
Definition at line 17 of file tx_context_event.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::TxContextEvent::retrieved_bytecodes_tree_snapshot |
Definition at line 14 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.