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

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const ContractClassHint &other) const =default
 
 MSGPACK_FIELDS (classId, artifactHash, privateFunctionsRoot, packedBytecode)
 

Public Attributes

FF classId
 
FF artifactHash
 
FF privateFunctionsRoot
 
std::vector< uint8_t > packedBytecode
 

Detailed Description

Definition at line 142 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::ContractClassHint::MSGPACK_FIELDS ( classId  ,
artifactHash  ,
privateFunctionsRoot  ,
packedBytecode   
)

◆ operator==()

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

Member Data Documentation

◆ artifactHash

FF bb::avm2::ContractClassHint::artifactHash

Definition at line 144 of file avm_inputs.hpp.

◆ classId

FF bb::avm2::ContractClassHint::classId

Definition at line 143 of file avm_inputs.hpp.

◆ packedBytecode

std::vector<uint8_t> bb::avm2::ContractClassHint::packedBytecode

Definition at line 146 of file avm_inputs.hpp.

◆ privateFunctionsRoot

FF bb::avm2::ContractClassHint::privateFunctionsRoot

Definition at line 145 of file avm_inputs.hpp.


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