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
 
uint32_t calldata_size
 
FF calldata_hash
 
Gas start_gas
 
Gas end_gas
 
bool success
 

Detailed Description

Definition at line 47 of file tx_events.hpp.

Member Data Documentation

◆ calldata_hash

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

Definition at line 53 of file tx_events.hpp.

◆ calldata_size

uint32_t bb::avm2::simulation::EnqueuedCallEvent::calldata_size

Definition at line 52 of file tx_events.hpp.

◆ contract_address

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

Definition at line 49 of file tx_events.hpp.

◆ end_gas

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

Definition at line 55 of file tx_events.hpp.

◆ is_static

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

Definition at line 51 of file tx_events.hpp.

◆ msg_sender

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

Definition at line 48 of file tx_events.hpp.

◆ start_gas

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

Definition at line 54 of file tx_events.hpp.

◆ success

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

Definition at line 56 of file tx_events.hpp.

◆ transaction_fee

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

Definition at line 50 of file tx_events.hpp.


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