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 181 of file aztec_types.hpp.
bb::avm2::PublicCallRequest::MSGPACK_FIELDS | ( | msgSender | , |
contractAddress | , | ||
isStaticCall | , | ||
calldataHash | |||
) |
|
default |
FF bb::avm2::PublicCallRequest::calldataHash |
Definition at line 185 of file aztec_types.hpp.
AztecAddress bb::avm2::PublicCallRequest::contractAddress |
Definition at line 183 of file aztec_types.hpp.
bool bb::avm2::PublicCallRequest::isStaticCall |
Definition at line 184 of file aztec_types.hpp.
AztecAddress bb::avm2::PublicCallRequest::msgSender |
Definition at line 182 of file aztec_types.hpp.