|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const ContractInstanceHint &other) const =default |
| MSGPACK_FIELDS (address, salt, deployer, currentContractClassId, originalContractClassId, initializationHash, publicKeys) | |
Public Attributes | |
| AztecAddress | address |
| FF | salt |
| AztecAddress | deployer |
| ContractClassId | currentContractClassId |
| ContractClassId | originalContractClassId |
| FF | initializationHash |
| PublicKeysHint | publicKeys |
Definition at line 131 of file avm_inputs.hpp.
| bb::avm2::ContractInstanceHint::MSGPACK_FIELDS | ( | address | , |
| salt | , | ||
| deployer | , | ||
| currentContractClassId | , | ||
| originalContractClassId | , | ||
| initializationHash | , | ||
| publicKeys | |||
| ) |
|
default |
| AztecAddress bb::avm2::ContractInstanceHint::address |
Definition at line 132 of file avm_inputs.hpp.
| ContractClassId bb::avm2::ContractInstanceHint::currentContractClassId |
Definition at line 135 of file avm_inputs.hpp.
| AztecAddress bb::avm2::ContractInstanceHint::deployer |
Definition at line 134 of file avm_inputs.hpp.
| FF bb::avm2::ContractInstanceHint::initializationHash |
Definition at line 137 of file avm_inputs.hpp.
| ContractClassId bb::avm2::ContractInstanceHint::originalContractClassId |
Definition at line 136 of file avm_inputs.hpp.
| PublicKeysHint bb::avm2::ContractInstanceHint::publicKeys |
Definition at line 138 of file avm_inputs.hpp.
| FF bb::avm2::ContractInstanceHint::salt |
Definition at line 133 of file avm_inputs.hpp.