Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::PublicCallRequestWithCalldata Struct Reference

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const PublicCallRequestWithCalldata &other) const =default
 
 MSGPACK_FIELDS (request, calldata)
 

Public Attributes

PublicCallRequest request
 
std::vector< FFcalldata
 

Detailed Description

Definition at line 281 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::PublicCallRequestWithCalldata::MSGPACK_FIELDS ( request  ,
calldata   
)

◆ operator==()

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

Member Data Documentation

◆ calldata

std::vector<FF> bb::avm2::PublicCallRequestWithCalldata::calldata

Definition at line 283 of file avm_inputs.hpp.

◆ request

PublicCallRequest bb::avm2::PublicCallRequestWithCalldata::request

Definition at line 282 of file avm_inputs.hpp.


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