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 38 of file tx_events.hpp.
uint128_t bb::avm2::simulation::CollectGasFeeEvent::effective_fee_per_da_gas |
Definition at line 39 of file tx_events.hpp.
uint128_t bb::avm2::simulation::CollectGasFeeEvent::effective_fee_per_l2_gas |
Definition at line 40 of file tx_events.hpp.
FF bb::avm2::simulation::CollectGasFeeEvent::fee |
Definition at line 44 of file tx_events.hpp.
FF bb::avm2::simulation::CollectGasFeeEvent::fee_juice_balance_slot |
Definition at line 43 of file tx_events.hpp.
AztecAddress bb::avm2::simulation::CollectGasFeeEvent::fee_payer |
Definition at line 41 of file tx_events.hpp.
FF bb::avm2::simulation::CollectGasFeeEvent::fee_payer_balance |
Definition at line 42 of file tx_events.hpp.