Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::TxExecution, including all inherited members.
call_execution | bb::avm2::simulation::TxExecution | private |
cleanup() | bb::avm2::simulation::TxExecution | private |
context_provider | bb::avm2::simulation::TxExecution | private |
emit_l2_to_l1_message(bool revertible, const ScopedL2ToL1Message &l2_to_l1_message) | bb::avm2::simulation::TxExecution | private |
emit_note_hash(bool revertible, const FF ¬e_hash) | bb::avm2::simulation::TxExecution | private |
emit_nullifier(bool revertible, const FF &nullifier) | bb::avm2::simulation::TxExecution | private |
emit_public_call_request(const PublicCallRequestWithCalldata &call, TransactionPhase phase, const FF &transaction_fee, bool success, const Gas &start_gas, const Gas &end_gas, const TxContextEvent &state_before, const TxContextEvent &state_after) | bb::avm2::simulation::TxExecution | private |
events | bb::avm2::simulation::TxExecution | private |
field_gt | bb::avm2::simulation::TxExecution | private |
insert_non_revertibles(const Tx &tx) | bb::avm2::simulation::TxExecution | private |
insert_revertibles(const Tx &tx) | bb::avm2::simulation::TxExecution | private |
merkle_db | bb::avm2::simulation::TxExecution | private |
pad_trees() | bb::avm2::simulation::TxExecution | private |
pay_fee(const FF &fee_payer, const FF &fee, const uint128_t &fee_per_da_gas, const uint128_t &fee_per_l2_gas) | bb::avm2::simulation::TxExecution | private |
poseidon2 | bb::avm2::simulation::TxExecution | private |
simulate(const Tx &tx) | bb::avm2::simulation::TxExecution | |
tx_context | bb::avm2::simulation::TxExecution | private |
TxExecution(ExecutionInterface &call_execution, ContextProviderInterface &context_provider, HighLevelMerkleDBInterface &merkle_db, WrittenPublicDataSlotsTreeCheckInterface &written_public_data_slots_tree, FieldGreaterThanInterface &field_gt, Poseidon2Interface &poseidon2, EventEmitterInterface< TxEvent > &event_emitter) | bb::avm2::simulation::TxExecution | inline |