Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::ContractDeploymentData Struct Reference

#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< ContractClassLogcontract_class_logs
 
std::vector< PrivateLogprivate_logs
 

Detailed Description

Definition at line 417 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::ContractDeploymentData::MSGPACK_CAMEL_CASE_FIELDS ( contract_class_logs  ,
private_logs   
)

◆ operator==()

bool bb::avm2::ContractDeploymentData::operator== ( const ContractDeploymentData other) const
default

Member Data Documentation

◆ contract_class_logs

std::vector<ContractClassLog> bb::avm2::ContractDeploymentData::contract_class_logs

Definition at line 418 of file aztec_types.hpp.

◆ private_logs

std::vector<PrivateLog> bb::avm2::ContractDeploymentData::private_logs

Definition at line 419 of file aztec_types.hpp.


The documentation for this struct was generated from the following file: