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

#include <lookups_contract_instance_retrieval.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_CONTRACT_INSTANCE_RETRIEVAL_UPDATE_CHECK"
 
static constexpr std::string_view RELATION_NAME = "contract_instance_retrieval"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 4
 
static constexpr Column SRC_SELECTOR = Column::contract_instance_retrieval_exists
 
static constexpr Column DST_SELECTOR = Column::update_check_sel
 
static constexpr Column COUNTS = Column::lookup_contract_instance_retrieval_update_check_counts
 
static constexpr Column INVERSES = Column::lookup_contract_instance_retrieval_update_check_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 96 of file lookups_contract_instance_retrieval.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::COUNTS = Column::lookup_contract_instance_retrieval_update_check_counts
staticconstexpr

Definition at line 102 of file lookups_contract_instance_retrieval.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::update_check_address,
ColumnAndShifts::update_check_current_class_id,
ColumnAndShifts::update_check_original_class_id,
ColumnAndShifts::update_check_public_data_tree_root
}

Definition at line 110 of file lookups_contract_instance_retrieval.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::DST_SELECTOR = Column::update_check_sel
staticconstexpr

Definition at line 101 of file lookups_contract_instance_retrieval.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::INVERSES = Column::lookup_contract_instance_retrieval_update_check_inv
staticconstexpr

Definition at line 103 of file lookups_contract_instance_retrieval.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::LOOKUP_TUPLE_SIZE = 4
staticconstexpr

Definition at line 99 of file lookups_contract_instance_retrieval.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::NAME = "LOOKUP_CONTRACT_INSTANCE_RETRIEVAL_UPDATE_CHECK"
staticconstexpr

Definition at line 97 of file lookups_contract_instance_retrieval.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::RELATION_NAME = "contract_instance_retrieval"
staticconstexpr

Definition at line 98 of file lookups_contract_instance_retrieval.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::contract_instance_retrieval_address,
ColumnAndShifts::contract_instance_retrieval_current_class_id,
ColumnAndShifts::contract_instance_retrieval_original_class_id,
ColumnAndShifts::contract_instance_retrieval_public_data_tree_root
}

Definition at line 104 of file lookups_contract_instance_retrieval.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_contract_instance_retrieval_update_check_settings_::SRC_SELECTOR = Column::contract_instance_retrieval_exists
staticconstexpr

Definition at line 100 of file lookups_contract_instance_retrieval.hpp.


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