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

#include <perms_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_TX_DISPATCH_EXEC_START"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t COLUMNS_PER_SET = 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 INVERSES = Column::perm_tx_dispatch_exec_start_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 39 of file perms_tx.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_tx_dispatch_exec_start_settings_::COLUMNS_PER_SET = 26
staticconstexpr

Definition at line 42 of file perms_tx.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_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 74 of file perms_tx.hpp.

◆ DST_SELECTOR

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

Definition at line 44 of file perms_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_tx_dispatch_exec_start_settings_::INVERSES = Column::perm_tx_dispatch_exec_start_inv
staticconstexpr

Definition at line 45 of file perms_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_tx_dispatch_exec_start_settings_::NAME = "PERM_TX_DISPATCH_EXEC_START"
staticconstexpr

Definition at line 40 of file perms_tx.hpp.

◆ RELATION_NAME

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

Definition at line 41 of file perms_tx.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_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 46 of file perms_tx.hpp.

◆ SRC_SELECTOR

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

Definition at line 43 of file perms_tx.hpp.


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