|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <tx_events.hpp>
Public Attributes | |
| uint128_t | effective_fee_per_da_gas |
| uint128_t | effective_fee_per_l2_gas |
| AztecAddress | fee_payer |
| FF | fee_payer_balance |
| FF | fee_juice_balance_slot |
| FF | fee |
Definition at line 68 of file tx_events.hpp.
| uint128_t bb::avm2::simulation::CollectGasFeeEvent::effective_fee_per_da_gas |
Definition at line 69 of file tx_events.hpp.
| uint128_t bb::avm2::simulation::CollectGasFeeEvent::effective_fee_per_l2_gas |
Definition at line 70 of file tx_events.hpp.
| FF bb::avm2::simulation::CollectGasFeeEvent::fee |
Definition at line 74 of file tx_events.hpp.
| FF bb::avm2::simulation::CollectGasFeeEvent::fee_juice_balance_slot |
Definition at line 73 of file tx_events.hpp.
| AztecAddress bb::avm2::simulation::CollectGasFeeEvent::fee_payer |
Definition at line 71 of file tx_events.hpp.
| FF bb::avm2::simulation::CollectGasFeeEvent::fee_payer_balance |
Definition at line 72 of file tx_events.hpp.