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

#include <lookups_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_TX_DISPATCH_EXEC_START"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 26
 
static constexpr Column SRC_SELECTOR = Column::tx_should_process_call_request
 
static constexpr Column DST_SELECTOR = Column::execution_enqueued_call_start
 
static constexpr Column COUNTS = Column::lookup_tx_dispatch_exec_start_counts
 
static constexpr Column INVERSES = Column::lookup_tx_dispatch_exec_start_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 172 of file lookups_tx.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_tx_dispatch_exec_start_settings_::COUNTS = Column::lookup_tx_dispatch_exec_start_counts
staticconstexpr

Definition at line 178 of file lookups_tx.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_dispatch_exec_start_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_discard,
ColumnAndShifts::execution_msg_sender,
ColumnAndShifts::execution_contract_address,
ColumnAndShifts::execution_transaction_fee,
ColumnAndShifts::execution_is_static,
ColumnAndShifts::execution_parent_calldata_size,
ColumnAndShifts::execution_prev_note_hash_tree_root,
ColumnAndShifts::execution_prev_note_hash_tree_size,
ColumnAndShifts::execution_prev_num_note_hashes_emitted,
ColumnAndShifts::execution_prev_nullifier_tree_root,
ColumnAndShifts::execution_prev_nullifier_tree_size,
ColumnAndShifts::execution_prev_num_nullifiers_emitted,
ColumnAndShifts::execution_prev_public_data_tree_root,
ColumnAndShifts::execution_prev_public_data_tree_size,
ColumnAndShifts::execution_prev_written_public_data_slots_tree_root,
ColumnAndShifts::execution_prev_written_public_data_slots_tree_size,
ColumnAndShifts::execution_l1_l2_tree_root,
ColumnAndShifts::execution_prev_retrieved_bytecodes_tree_root,
ColumnAndShifts::execution_prev_retrieved_bytecodes_tree_size,
ColumnAndShifts::execution_prev_num_unencrypted_log_fields,
ColumnAndShifts::execution_prev_num_l2_to_l1_messages,
ColumnAndShifts::execution_prev_l2_gas_used,
ColumnAndShifts::execution_prev_da_gas_used,
ColumnAndShifts::execution_l2_gas_limit,
ColumnAndShifts::execution_da_gas_limit
}

Definition at line 208 of file lookups_tx.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_tx_dispatch_exec_start_settings_::DST_SELECTOR = Column::execution_enqueued_call_start
staticconstexpr

Definition at line 177 of file lookups_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_tx_dispatch_exec_start_settings_::INVERSES = Column::lookup_tx_dispatch_exec_start_inv
staticconstexpr

Definition at line 179 of file lookups_tx.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_tx_dispatch_exec_start_settings_::LOOKUP_TUPLE_SIZE = 26
staticconstexpr

Definition at line 175 of file lookups_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_tx_dispatch_exec_start_settings_::NAME = "LOOKUP_TX_DISPATCH_EXEC_START"
staticconstexpr

Definition at line 173 of file lookups_tx.hpp.

◆ RELATION_NAME

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

Definition at line 174 of file lookups_tx.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_dispatch_exec_start_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::tx_next_context_id,
ColumnAndShifts::tx_discard,
ColumnAndShifts::tx_msg_sender,
ColumnAndShifts::tx_contract_addr,
ColumnAndShifts::tx_fee,
ColumnAndShifts::tx_is_static,
ColumnAndShifts::tx_calldata_size,
ColumnAndShifts::tx_prev_note_hash_tree_root,
ColumnAndShifts::tx_prev_note_hash_tree_size,
ColumnAndShifts::tx_prev_num_note_hashes_emitted,
ColumnAndShifts::tx_prev_nullifier_tree_root,
ColumnAndShifts::tx_prev_nullifier_tree_size,
ColumnAndShifts::tx_prev_num_nullifiers_emitted,
ColumnAndShifts::tx_prev_public_data_tree_root,
ColumnAndShifts::tx_prev_public_data_tree_size,
ColumnAndShifts::tx_prev_written_public_data_slots_tree_root,
ColumnAndShifts::tx_prev_written_public_data_slots_tree_size,
ColumnAndShifts::tx_l1_l2_tree_root,
ColumnAndShifts::tx_prev_retrieved_bytecodes_tree_root,
ColumnAndShifts::tx_prev_retrieved_bytecodes_tree_size,
ColumnAndShifts::tx_prev_num_unencrypted_log_fields,
ColumnAndShifts::tx_prev_num_l2_to_l1_messages,
ColumnAndShifts::tx_prev_l2_gas_used_sent_to_enqueued_call,
ColumnAndShifts::tx_prev_da_gas_used_sent_to_enqueued_call,
ColumnAndShifts::tx_l2_gas_limit,
ColumnAndShifts::tx_da_gas_limit
}

Definition at line 180 of file lookups_tx.hpp.

◆ SRC_SELECTOR

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

Definition at line 176 of file lookups_tx.hpp.


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