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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const ContractClassHint &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, class_id, artifact_hash, private_functions_root, packed_bytecode)
 

Public Attributes

uint32_t hint_key
 
FF class_id
 
FF artifact_hash
 
FF private_functions_root
 
std::vector< uint8_t > packed_bytecode
 

Detailed Description

Definition at line 152 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::ContractClassHint::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
class_id  ,
artifact_hash  ,
private_functions_root  ,
packed_bytecode   
)

◆ operator==()

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

Member Data Documentation

◆ artifact_hash

FF bb::avm2::ContractClassHint::artifact_hash

Definition at line 155 of file avm_io.hpp.

◆ class_id

FF bb::avm2::ContractClassHint::class_id

Definition at line 154 of file avm_io.hpp.

◆ hint_key

uint32_t bb::avm2::ContractClassHint::hint_key

Definition at line 153 of file avm_io.hpp.

◆ packed_bytecode

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

Definition at line 157 of file avm_io.hpp.

◆ private_functions_root

FF bb::avm2::ContractClassHint::private_functions_root

Definition at line 156 of file avm_io.hpp.


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