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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const PublicCallRequest &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (msg_sender, contract_address, is_static_call, calldata_hash)
 

Public Attributes

AztecAddress msg_sender = 0
 
AztecAddress contract_address = 0
 
bool is_static_call = false
 
FF calldata_hash = 0
 

Detailed Description

Definition at line 354 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::PublicCallRequest::MSGPACK_CAMEL_CASE_FIELDS ( msg_sender  ,
contract_address  ,
is_static_call  ,
calldata_hash   
)

◆ operator==()

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

Member Data Documentation

◆ calldata_hash

FF bb::avm2::PublicCallRequest::calldata_hash = 0

Definition at line 358 of file aztec_types.hpp.

◆ contract_address

AztecAddress bb::avm2::PublicCallRequest::contract_address = 0

Definition at line 356 of file aztec_types.hpp.

◆ is_static_call

bool bb::avm2::PublicCallRequest::is_static_call = false

Definition at line 357 of file aztec_types.hpp.

◆ msg_sender

AztecAddress bb::avm2::PublicCallRequest::msg_sender = 0

Definition at line 355 of file aztec_types.hpp.


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