|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const ContractInstance &other) const =default |
| void | msgpack (auto pack_fn) |
Public Attributes | |
| FF | salt = 0 |
| AztecAddress | deployer = 0 |
| ContractClassId | current_contract_class_id = 0 |
| ContractClassId | original_contract_class_id = 0 |
| FF | initialization_hash = 0 |
| PublicKeys | public_keys |
Definition at line 116 of file aztec_types.hpp.
|
inline |
Definition at line 128 of file aztec_types.hpp.
|
default |
| ContractClassId bb::avm2::ContractInstance::current_contract_class_id = 0 |
Definition at line 119 of file aztec_types.hpp.
| AztecAddress bb::avm2::ContractInstance::deployer = 0 |
Definition at line 118 of file aztec_types.hpp.
| FF bb::avm2::ContractInstance::initialization_hash = 0 |
Definition at line 121 of file aztec_types.hpp.
| ContractClassId bb::avm2::ContractInstance::original_contract_class_id = 0 |
Definition at line 120 of file aztec_types.hpp.
| PublicKeys bb::avm2::ContractInstance::public_keys |
Definition at line 122 of file aztec_types.hpp.
| FF bb::avm2::ContractInstance::salt = 0 |
Definition at line 117 of file aztec_types.hpp.