|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const ContractDeploymentData &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (contract_class_logs, private_logs) | |
Public Attributes | |
| std::vector< ContractClassLog > | contract_class_logs |
| std::vector< PrivateLog > | private_logs |
Definition at line 417 of file aztec_types.hpp.
| bb::avm2::ContractDeploymentData::MSGPACK_CAMEL_CASE_FIELDS | ( | contract_class_logs | , |
| private_logs | |||
| ) |
|
default |
| std::vector<ContractClassLog> bb::avm2::ContractDeploymentData::contract_class_logs |
Definition at line 418 of file aztec_types.hpp.
| std::vector<PrivateLog> bb::avm2::ContractDeploymentData::private_logs |
Definition at line 419 of file aztec_types.hpp.