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

#include <lookups_get_contract_instance.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_GET_CONTRACT_INSTANCE_PRECOMPUTED_INFO"
 
static constexpr std::string_view RELATION_NAME = "get_contract_instance"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 5
 
static constexpr Column SRC_SELECTOR = Column::get_contract_instance_is_valid_writes_in_bounds
 
static constexpr Column DST_SELECTOR = Column::precomputed_sel_range_8
 
static constexpr Column COUNTS = Column::lookup_get_contract_instance_precomputed_info_counts
 
static constexpr Column INVERSES = Column::lookup_get_contract_instance_precomputed_info_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 16 of file lookups_get_contract_instance.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::COUNTS = Column::lookup_get_contract_instance_precomputed_info_counts
staticconstexpr

Definition at line 22 of file lookups_get_contract_instance.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_clk,
ColumnAndShifts::precomputed_is_valid_member_enum,
ColumnAndShifts::precomputed_is_deployer,
ColumnAndShifts::precomputed_is_class_id,
ColumnAndShifts::precomputed_is_init_hash
}

Definition at line 31 of file lookups_get_contract_instance.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::DST_SELECTOR = Column::precomputed_sel_range_8
staticconstexpr

Definition at line 21 of file lookups_get_contract_instance.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::INVERSES = Column::lookup_get_contract_instance_precomputed_info_inv
staticconstexpr

Definition at line 23 of file lookups_get_contract_instance.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::LOOKUP_TUPLE_SIZE = 5
staticconstexpr

Definition at line 19 of file lookups_get_contract_instance.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::NAME = "LOOKUP_GET_CONTRACT_INSTANCE_PRECOMPUTED_INFO"
staticconstexpr

Definition at line 17 of file lookups_get_contract_instance.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::RELATION_NAME = "get_contract_instance"
staticconstexpr

Definition at line 18 of file lookups_get_contract_instance.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::get_contract_instance_member_enum,
ColumnAndShifts::get_contract_instance_is_valid_member_enum,
ColumnAndShifts::get_contract_instance_is_deployer,
ColumnAndShifts::get_contract_instance_is_class_id,
ColumnAndShifts::get_contract_instance_is_init_hash
}

Definition at line 24 of file lookups_get_contract_instance.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_get_contract_instance_precomputed_info_settings_::SRC_SELECTOR = Column::get_contract_instance_is_valid_writes_in_bounds
staticconstexpr

Definition at line 20 of file lookups_get_contract_instance.hpp.


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