|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 19 of file get_contract_instance_event.hpp.
| AztecAddress bb::avm2::simulation::GetContractInstanceEvent::contract_address = 0 |
Definition at line 22 of file get_contract_instance_event.hpp.
| MemoryAddress bb::avm2::simulation::GetContractInstanceEvent::dst_offset = 0 |
Definition at line 23 of file get_contract_instance_event.hpp.
| uint32_t bb::avm2::simulation::GetContractInstanceEvent::execution_clk = 0 |
Definition at line 21 of file get_contract_instance_event.hpp.
| bool bb::avm2::simulation::GetContractInstanceEvent::instance_exists = false |
Definition at line 31 of file get_contract_instance_event.hpp.
| uint8_t bb::avm2::simulation::GetContractInstanceEvent::member_enum = 0 |
Definition at line 24 of file get_contract_instance_event.hpp.
| FF bb::avm2::simulation::GetContractInstanceEvent::nullifier_tree_root = 0 |
Definition at line 26 of file get_contract_instance_event.hpp.
| FF bb::avm2::simulation::GetContractInstanceEvent::public_data_tree_root = 0 |
Definition at line 27 of file get_contract_instance_event.hpp.
| FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_class_id = 0 |
Definition at line 33 of file get_contract_instance_event.hpp.
| FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_deployer_addr = 0 |
Definition at line 32 of file get_contract_instance_event.hpp.
| FF bb::avm2::simulation::GetContractInstanceEvent::retrieved_init_hash = 0 |
Definition at line 34 of file get_contract_instance_event.hpp.
| uint16_t bb::avm2::simulation::GetContractInstanceEvent::space_id = 0 |
Definition at line 25 of file get_contract_instance_event.hpp.