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

#include <tx_events.hpp>

Public Attributes

FF msg_sender
 
FF contract_address
 
FF transaction_fee
 
bool is_static
 
FF calldata_hash
 
Gas start_gas
 
Gas end_gas
 
bool success
 

Detailed Description

Definition at line 18 of file tx_events.hpp.

Member Data Documentation

◆ calldata_hash

FF bb::avm2::simulation::EnqueuedCallEvent::calldata_hash

Definition at line 23 of file tx_events.hpp.

◆ contract_address

FF bb::avm2::simulation::EnqueuedCallEvent::contract_address

Definition at line 20 of file tx_events.hpp.

◆ end_gas

Gas bb::avm2::simulation::EnqueuedCallEvent::end_gas

Definition at line 25 of file tx_events.hpp.

◆ is_static

bool bb::avm2::simulation::EnqueuedCallEvent::is_static

Definition at line 22 of file tx_events.hpp.

◆ msg_sender

FF bb::avm2::simulation::EnqueuedCallEvent::msg_sender

Definition at line 19 of file tx_events.hpp.

◆ start_gas

Gas bb::avm2::simulation::EnqueuedCallEvent::start_gas

Definition at line 24 of file tx_events.hpp.

◆ success

bool bb::avm2::simulation::EnqueuedCallEvent::success

Definition at line 26 of file tx_events.hpp.

◆ transaction_fee

FF bb::avm2::simulation::EnqueuedCallEvent::transaction_fee

Definition at line 21 of file tx_events.hpp.


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