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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const ContractInstance &other) const =default
 

Public Attributes

FF salt
 
AztecAddress deployer_addr
 
ContractClassId current_class_id
 
ContractClassId original_class_id
 
FF initialisation_hash
 
PublicKeys public_keys
 

Detailed Description

Definition at line 82 of file aztec_types.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ current_class_id

ContractClassId bb::avm2::ContractInstance::current_class_id

Definition at line 85 of file aztec_types.hpp.

◆ deployer_addr

AztecAddress bb::avm2::ContractInstance::deployer_addr

Definition at line 84 of file aztec_types.hpp.

◆ initialisation_hash

FF bb::avm2::ContractInstance::initialisation_hash

Definition at line 87 of file aztec_types.hpp.

◆ original_class_id

ContractClassId bb::avm2::ContractInstance::original_class_id

Definition at line 86 of file aztec_types.hpp.

◆ public_keys

PublicKeys bb::avm2::ContractInstance::public_keys

Definition at line 88 of file aztec_types.hpp.

◆ salt

FF bb::avm2::ContractInstance::salt

Definition at line 83 of file aztec_types.hpp.


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