|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PublicCallRequest &other) const =default |
| MSGPACK_FIELDS (msgSender, contractAddress, isStaticCall, calldataHash) | |
Public Attributes | |
| AztecAddress | msgSender |
| AztecAddress | contractAddress |
| bool | isStaticCall |
| FF | calldataHash |
Definition at line 202 of file aztec_types.hpp.
| bb::avm2::PublicCallRequest::MSGPACK_FIELDS | ( | msgSender | , |
| contractAddress | , | ||
| isStaticCall | , | ||
| calldataHash | |||
| ) |
|
default |
| FF bb::avm2::PublicCallRequest::calldataHash |
Definition at line 206 of file aztec_types.hpp.
| AztecAddress bb::avm2::PublicCallRequest::contractAddress |
Definition at line 204 of file aztec_types.hpp.
| bool bb::avm2::PublicCallRequest::isStaticCall |
Definition at line 205 of file aztec_types.hpp.
| AztecAddress bb::avm2::PublicCallRequest::msgSender |
Definition at line 203 of file aztec_types.hpp.