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
namespace
bb::avm2::tracegen
{
6
7
class
GetContractInstanceSpec
{
8
public
:
9
struct
Table
{
10
bool
is_valid_member_enum
;
11
bool
is_deployer
;
12
bool
is_class_id
;
13
bool
is_init_hash
;
14
};
15
16
static
Table
get_table
(uint8_t
member_enum
);
17
18
private
:
19
GetContractInstanceSpec
();
20
};
21
22
}
// namespace bb::avm2::tracegen
bb::avm2::tracegen::GetContractInstanceSpec
Definition
get_contract_instance_spec.hpp:7
bb::avm2::tracegen::GetContractInstanceSpec::GetContractInstanceSpec
GetContractInstanceSpec()
bb::avm2::tracegen::GetContractInstanceSpec::get_table
static Table get_table(uint8_t member_enum)
Look up the precomputed table entry for a given member enum value.
Definition
get_contract_instance_spec.cpp:15
GetContractInstanceMutationOptions::member_enum
@ member_enum
bb::avm2::tracegen
Definition
full_row.hpp:9
bb::avm2::tracegen::GetContractInstanceSpec::Table
Definition
get_contract_instance_spec.hpp:9
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_deployer
bool is_deployer
Definition
get_contract_instance_spec.hpp:11
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_class_id
bool is_class_id
Definition
get_contract_instance_spec.hpp:12
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_valid_member_enum
bool is_valid_member_enum
Definition
get_contract_instance_spec.hpp:10
bb::avm2::tracegen::GetContractInstanceSpec::Table::is_init_hash
bool is_init_hash
Definition
get_contract_instance_spec.hpp:13
src
barretenberg
vm2
tracegen
lib
get_contract_instance_spec.hpp
Generated by
1.9.8