24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_contract_address,
26 ColumnAndShifts::execution_register_0_,
27 ColumnAndShifts::execution_register_1_,
28 ColumnAndShifts::execution_prev_public_data_tree_root
30 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
31 ColumnAndShifts::public_data_check_address,
32 ColumnAndShifts::public_data_check_slot,
33 ColumnAndShifts::public_data_check_value,
34 ColumnAndShifts::public_data_check_root