Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
bool | operator== (const PublicCallRequestWithCalldata &other) const =default |
MSGPACK_FIELDS (request, calldata) | |
Public Attributes | |
PublicCallRequest | request |
std::vector< FF > | calldata |
Definition at line 281 of file avm_inputs.hpp.
|
default |
std::vector<FF> bb::avm2::PublicCallRequestWithCalldata::calldata |
Definition at line 283 of file avm_inputs.hpp.
PublicCallRequest bb::avm2::PublicCallRequestWithCalldata::request |
Definition at line 282 of file avm_inputs.hpp.