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
 
AztecAddress contract_address
 
MemoryAddress dst_offset
 
uint8_t member_enum
 
uint32_t space_id
 
FF nullifier_tree_root
 
FF public_data_tree_root
 
bool instance_exists
 
FF retrieved_deployer_addr
 
FF retrieved_class_id
 
FF retrieved_init_hash
 

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

Definition at line 22 of file get_contract_instance_event.hpp.

◆ dst_offset

MemoryAddress bb::avm2::simulation::GetContractInstanceEvent::dst_offset

Definition at line 23 of file get_contract_instance_event.hpp.

◆ execution_clk

uint32_t bb::avm2::simulation::GetContractInstanceEvent::execution_clk

Definition at line 21 of file get_contract_instance_event.hpp.

◆ instance_exists

bool bb::avm2::simulation::GetContractInstanceEvent::instance_exists

Definition at line 31 of file get_contract_instance_event.hpp.

◆ member_enum

uint8_t bb::avm2::simulation::GetContractInstanceEvent::member_enum

Definition at line 24 of file get_contract_instance_event.hpp.

◆ nullifier_tree_root

FF bb::avm2::simulation::GetContractInstanceEvent::nullifier_tree_root

Definition at line 26 of file get_contract_instance_event.hpp.

◆ public_data_tree_root

FF bb::avm2::simulation::GetContractInstanceEvent::public_data_tree_root

Definition at line 27 of file get_contract_instance_event.hpp.

◆ retrieved_class_id

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_class_id

Definition at line 33 of file get_contract_instance_event.hpp.

◆ retrieved_deployer_addr

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_deployer_addr

Definition at line 32 of file get_contract_instance_event.hpp.

◆ retrieved_init_hash

FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_init_hash

Definition at line 34 of file get_contract_instance_event.hpp.

◆ space_id

uint32_t bb::avm2::simulation::GetContractInstanceEvent::space_id

Definition at line 25 of file get_contract_instance_event.hpp.


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