Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
bool | operator== (const ContractInstance &other) const =default |
Public Attributes | |
FF | salt |
AztecAddress | deployer_addr |
ContractClassId | current_class_id |
ContractClassId | original_class_id |
FF | initialisation_hash |
PublicKeys | public_keys |
Definition at line 82 of file aztec_types.hpp.
|
default |
ContractClassId bb::avm2::ContractInstance::current_class_id |
Definition at line 85 of file aztec_types.hpp.
AztecAddress bb::avm2::ContractInstance::deployer_addr |
Definition at line 84 of file aztec_types.hpp.
FF bb::avm2::ContractInstance::initialisation_hash |
Definition at line 87 of file aztec_types.hpp.
ContractClassId bb::avm2::ContractInstance::original_class_id |
Definition at line 86 of file aztec_types.hpp.
PublicKeys bb::avm2::ContractInstance::public_keys |
Definition at line 88 of file aztec_types.hpp.
FF bb::avm2::ContractInstance::salt |
Definition at line 83 of file aztec_types.hpp.