Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
tx_events.hpp File Reference

Go to the source code of this file.

Classes

struct  bb::avm2::simulation::TxStartupEvent
 
struct  bb::avm2::simulation::EnqueuedCallEvent
 
struct  bb::avm2::simulation::PrivateAppendTreeEvent
 
struct  bb::avm2::simulation::PrivateEmitL2L1MessageEvent
 
struct  bb::avm2::simulation::CollectGasFeeEvent
 
struct  bb::avm2::simulation::PadTreesEvent
 
struct  bb::avm2::simulation::CleanupEvent
 
struct  bb::avm2::simulation::TxPhaseEvent
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 
namespace  bb::avm2::simulation
 

Typedefs

using bb::avm2::simulation::TxPhaseEventType = std::variant< EnqueuedCallEvent, PrivateAppendTreeEvent, PrivateEmitL2L1MessageEvent, CollectGasFeeEvent, PadTreesEvent, CleanupEvent >
 
using bb::avm2::simulation::TxEvent = std::variant< TxStartupEvent, TxPhaseEvent >