Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_tx_dispatch_exec_end_settings_ Struct Reference

#include <lookups_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_TX_DISPATCH_EXEC_END"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 21
 
static constexpr Column SRC_SELECTOR = Column::tx_should_process_call_request
 
static constexpr Column DST_SELECTOR = Column::execution_enqueued_call_end
 
static constexpr Column COUNTS = Column::lookup_tx_dispatch_exec_end_counts
 
static constexpr Column INVERSES = Column::lookup_tx_dispatch_exec_end_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 244 of file lookups_tx.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_tx_dispatch_exec_end_settings_::COUNTS = Column::lookup_tx_dispatch_exec_end_counts
staticconstexpr

Definition at line 250 of file lookups_tx.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_dispatch_exec_end_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_next_context_id,
ColumnAndShifts::execution_sel_failure,
ColumnAndShifts::execution_discard,
ColumnAndShifts::execution_note_hash_tree_root,
ColumnAndShifts::execution_note_hash_tree_size,
ColumnAndShifts::execution_num_note_hashes_emitted,
ColumnAndShifts::execution_nullifier_tree_root,
ColumnAndShifts::execution_nullifier_tree_size,
ColumnAndShifts::execution_num_nullifiers_emitted,
ColumnAndShifts::execution_public_data_tree_root,
ColumnAndShifts::execution_public_data_tree_size,
ColumnAndShifts::execution_written_public_data_slots_tree_root,
ColumnAndShifts::execution_written_public_data_slots_tree_size,
ColumnAndShifts::execution_l1_l2_tree_root,
ColumnAndShifts::execution_retrieved_bytecodes_tree_root,
ColumnAndShifts::execution_retrieved_bytecodes_tree_size,
ColumnAndShifts::execution_num_unencrypted_log_fields,
ColumnAndShifts::execution_num_l2_to_l1_messages,
ColumnAndShifts::execution_l2_gas_used,
ColumnAndShifts::execution_da_gas_used
}

Definition at line 275 of file lookups_tx.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_tx_dispatch_exec_end_settings_::DST_SELECTOR = Column::execution_enqueued_call_end
staticconstexpr

Definition at line 249 of file lookups_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_tx_dispatch_exec_end_settings_::INVERSES = Column::lookup_tx_dispatch_exec_end_inv
staticconstexpr

Definition at line 251 of file lookups_tx.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_tx_dispatch_exec_end_settings_::LOOKUP_TUPLE_SIZE = 21
staticconstexpr

Definition at line 247 of file lookups_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_tx_dispatch_exec_end_settings_::NAME = "LOOKUP_TX_DISPATCH_EXEC_END"
staticconstexpr

Definition at line 245 of file lookups_tx.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_tx_dispatch_exec_end_settings_::RELATION_NAME = "tx"
staticconstexpr

Definition at line 246 of file lookups_tx.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_dispatch_exec_end_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::tx_next_context_id,
ColumnAndShifts::tx_next_context_id_shift,
ColumnAndShifts::tx_reverted,
ColumnAndShifts::tx_discard,
ColumnAndShifts::tx_next_note_hash_tree_root,
ColumnAndShifts::tx_next_note_hash_tree_size,
ColumnAndShifts::tx_next_num_note_hashes_emitted,
ColumnAndShifts::tx_next_nullifier_tree_root,
ColumnAndShifts::tx_next_nullifier_tree_size,
ColumnAndShifts::tx_next_num_nullifiers_emitted,
ColumnAndShifts::tx_next_public_data_tree_root,
ColumnAndShifts::tx_next_public_data_tree_size,
ColumnAndShifts::tx_next_written_public_data_slots_tree_root,
ColumnAndShifts::tx_next_written_public_data_slots_tree_size,
ColumnAndShifts::tx_l1_l2_tree_root,
ColumnAndShifts::tx_next_retrieved_bytecodes_tree_root,
ColumnAndShifts::tx_next_retrieved_bytecodes_tree_size,
ColumnAndShifts::tx_next_num_unencrypted_log_fields,
ColumnAndShifts::tx_next_num_l2_to_l1_messages,
ColumnAndShifts::tx_next_l2_gas_used_sent_to_enqueued_call,
ColumnAndShifts::tx_next_da_gas_used_sent_to_enqueued_call
}

Definition at line 252 of file lookups_tx.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_tx_dispatch_exec_end_settings_::SRC_SELECTOR = Column::tx_should_process_call_request
staticconstexpr

Definition at line 248 of file lookups_tx.hpp.


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