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

#include <perms_execution.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_EXECUTION_DISPATCH_GET_CONTRACT_INSTANCE"
 
static constexpr std::string_view RELATION_NAME = "execution"
 
static constexpr size_t COLUMNS_PER_SET = 8
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_execute_get_contract_instance
 
static constexpr Column DST_SELECTOR = Column::get_contract_instance_sel
 
static constexpr Column INVERSES = Column::perm_execution_dispatch_get_contract_instance_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 45 of file perms_execution.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::COLUMNS_PER_SET = 8
staticconstexpr

Definition at line 48 of file perms_execution.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::get_contract_instance_clk,
ColumnAndShifts::get_contract_instance_contract_address,
ColumnAndShifts::get_contract_instance_dst_offset,
ColumnAndShifts::get_contract_instance_member_enum,
ColumnAndShifts::get_contract_instance_space_id,
ColumnAndShifts::get_contract_instance_nullifier_tree_root,
ColumnAndShifts::get_contract_instance_public_data_tree_root,
ColumnAndShifts::get_contract_instance_sel_error
}

Definition at line 62 of file perms_execution.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::DST_SELECTOR = Column::get_contract_instance_sel
staticconstexpr

Definition at line 50 of file perms_execution.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::INVERSES = Column::perm_execution_dispatch_get_contract_instance_inv
staticconstexpr

Definition at line 51 of file perms_execution.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::NAME = "PERM_EXECUTION_DISPATCH_GET_CONTRACT_INSTANCE"
staticconstexpr

Definition at line 46 of file perms_execution.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::RELATION_NAME = "execution"
staticconstexpr

Definition at line 47 of file perms_execution.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_clk,
ColumnAndShifts::execution_register_0_,
ColumnAndShifts::execution_rop_1_,
ColumnAndShifts::execution_rop_2_,
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_nullifier_tree_root,
ColumnAndShifts::execution_public_data_tree_root,
ColumnAndShifts::execution_sel_opcode_error
}

Definition at line 52 of file perms_execution.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_execution_dispatch_get_contract_instance_settings_::SRC_SELECTOR = Column::execution_sel_execute_get_contract_instance
staticconstexpr

Definition at line 49 of file perms_execution.hpp.


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