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

#include <get_contract_instance_event.hpp>

Public Attributes

uint32_t execution_clk = 0
 
AztecAddress contract_address = 0
 
MemoryAddress dst_offset = 0
 
uint8_t member_enum = 0
 
uint16_t space_id = 0
 
FF nullifier_tree_root = 0
 
FF public_data_tree_root = 0
 
bool instance_exists = false
 
FF retrieved_deployer_addr = 0
 
FF retrieved_class_id = 0
 
FF retrieved_init_hash = 0
 

Detailed Description

Definition at line 19 of file get_contract_instance_event.hpp.

Member Data Documentation

◆ contract_address

AztecAddress bb::avm2::simulation::GetContractInstanceEvent::contract_address = 0

Definition at line 22 of file get_contract_instance_event.hpp.

◆ dst_offset

MemoryAddress bb::avm2::simulation::GetContractInstanceEvent::dst_offset = 0

Definition at line 23 of file get_contract_instance_event.hpp.

◆ execution_clk

uint32_t bb::avm2::simulation::GetContractInstanceEvent::execution_clk = 0

Definition at line 21 of file get_contract_instance_event.hpp.

◆ instance_exists

bool bb::avm2::simulation::GetContractInstanceEvent::instance_exists = false

Definition at line 31 of file get_contract_instance_event.hpp.

◆ member_enum

uint8_t bb::avm2::simulation::GetContractInstanceEvent::member_enum = 0

Definition at line 24 of file get_contract_instance_event.hpp.

◆ nullifier_tree_root

FF bb::avm2::simulation::GetContractInstanceEvent::nullifier_tree_root = 0

Definition at line 26 of file get_contract_instance_event.hpp.

◆ public_data_tree_root

FF bb::avm2::simulation::GetContractInstanceEvent::public_data_tree_root = 0

Definition at line 27 of file get_contract_instance_event.hpp.

◆ retrieved_class_id

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_class_id = 0

Definition at line 33 of file get_contract_instance_event.hpp.

◆ retrieved_deployer_addr

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_deployer_addr = 0

Definition at line 32 of file get_contract_instance_event.hpp.

◆ retrieved_init_hash

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_init_hash = 0

Definition at line 34 of file get_contract_instance_event.hpp.

◆ space_id

uint16_t bb::avm2::simulation::GetContractInstanceEvent::space_id = 0

Definition at line 25 of file get_contract_instance_event.hpp.


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