Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_contract_instance_spec.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
#include "
barretenberg/vm2/common/aztec_types.hpp
"
6
7
namespace
bb::avm2::tracegen
{
8
9
class
GetContractInstanceSpec
{
10
public
:
11
struct
Table
{
12
bool
is_valid_member_enum
;
13
bool
is_deployer
;
14
bool
is_class_id
;
15
bool
is_init_hash
;
16
};
17
18
static
Table
get_table
(uint8_t member_enum);
19
20
private
:
21
GetContractInstanceSpec
();
22
};
23
24
}
// namespace bb::avm2::tracegen
aztec_types.hpp
bb::avm2::tracegen::GetContractInstanceSpec
Definition
get_contract_instance_spec.hpp:9
bb::avm2::tracegen::GetContractInstanceSpec::GetContractInstanceSpec
GetContractInstanceSpec()
bb::avm2::tracegen::GetContractInstanceSpec::get_table
static Table get_table(uint8_t member_enum)
Definition
get_contract_instance_spec.cpp:7
bb::avm2::tracegen
Definition
full_row.hpp:10
bb::avm2::tracegen::GetContractInstanceSpec::Table
Definition
get_contract_instance_spec.hpp:11
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_deployer
bool is_deployer
Definition
get_contract_instance_spec.hpp:13
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_class_id
bool is_class_id
Definition
get_contract_instance_spec.hpp:14
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_valid_member_enum
bool is_valid_member_enum
Definition
get_contract_instance_spec.hpp:12
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_init_hash
bool is_init_hash
Definition
get_contract_instance_spec.hpp:15
src
barretenberg
vm2
tracegen
lib
get_contract_instance_spec.hpp
Generated by
1.9.8