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
 
void msgpack (auto pack_fn)
 

Public Attributes

FF salt = 0
 
AztecAddress deployer = 0
 
ContractClassId current_contract_class_id = 0
 
ContractClassId original_contract_class_id = 0
 
FF initialization_hash = 0
 
PublicKeys public_keys
 

Detailed Description

Definition at line 116 of file aztec_types.hpp.

Member Function Documentation

◆ msgpack()

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

Definition at line 128 of file aztec_types.hpp.

◆ operator==()

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

Member Data Documentation

◆ current_contract_class_id

ContractClassId bb::avm2::ContractInstance::current_contract_class_id = 0

Definition at line 119 of file aztec_types.hpp.

◆ deployer

AztecAddress bb::avm2::ContractInstance::deployer = 0

Definition at line 118 of file aztec_types.hpp.

◆ initialization_hash

FF bb::avm2::ContractInstance::initialization_hash = 0

Definition at line 121 of file aztec_types.hpp.

◆ original_contract_class_id

ContractClassId bb::avm2::ContractInstance::original_contract_class_id = 0

Definition at line 120 of file aztec_types.hpp.

◆ public_keys

PublicKeys bb::avm2::ContractInstance::public_keys

Definition at line 122 of file aztec_types.hpp.

◆ salt

FF bb::avm2::ContractInstance::salt = 0

Definition at line 117 of file aztec_types.hpp.


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