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

#include <perms_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_TX_DISPATCH_EXEC_END"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t COLUMNS_PER_SET = 19
 
static constexpr Column SRC_SELECTOR = Column::tx_should_process_call_request
 
static constexpr Column DST_SELECTOR = Column::execution_enqueued_call_end
 
static constexpr Column INVERSES = Column::perm_tx_dispatch_exec_end_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 110 of file perms_tx.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_tx_dispatch_exec_end_settings_::COLUMNS_PER_SET = 19
staticconstexpr

Definition at line 113 of file perms_tx.hpp.

◆ DST_COLUMNS

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

◆ DST_SELECTOR

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

Definition at line 115 of file perms_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_tx_dispatch_exec_end_settings_::INVERSES = Column::perm_tx_dispatch_exec_end_inv
staticconstexpr

Definition at line 116 of file perms_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_tx_dispatch_exec_end_settings_::NAME = "PERM_TX_DISPATCH_EXEC_END"
staticconstexpr

Definition at line 111 of file perms_tx.hpp.

◆ RELATION_NAME

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

Definition at line 112 of file perms_tx.hpp.

◆ SRC_COLUMNS

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

◆ SRC_SELECTOR

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

Definition at line 114 of file perms_tx.hpp.


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