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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const ContractClassWithCommitment &other) const =default
 
void msgpack (auto pack_fn)
 

Public Attributes

FF id = 0
 
FF artifact_hash = 0
 
FF private_functions_root = 0
 
std::vector< uint8_t > packed_bytecode
 
FF public_bytecode_commitment = 0
 

Detailed Description

Definition at line 148 of file aztec_types.hpp.

Member Function Documentation

◆ msgpack()

void bb::avm2::ContractClassWithCommitment::msgpack ( auto  pack_fn)
inline

Definition at line 159 of file aztec_types.hpp.

◆ operator==()

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

Member Data Documentation

◆ artifact_hash

FF bb::avm2::ContractClassWithCommitment::artifact_hash = 0

Definition at line 150 of file aztec_types.hpp.

◆ id

FF bb::avm2::ContractClassWithCommitment::id = 0

Definition at line 149 of file aztec_types.hpp.

◆ packed_bytecode

std::vector<uint8_t> bb::avm2::ContractClassWithCommitment::packed_bytecode

Definition at line 152 of file aztec_types.hpp.

◆ private_functions_root

FF bb::avm2::ContractClassWithCommitment::private_functions_root = 0

Definition at line 151 of file aztec_types.hpp.

◆ public_bytecode_commitment

FF bb::avm2::ContractClassWithCommitment::public_bytecode_commitment = 0

Definition at line 153 of file aztec_types.hpp.


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