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