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