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_FIELDS (msgSender, contractAddress, isStaticCall, calldataHash)
 

Public Attributes

AztecAddress msgSender
 
AztecAddress contractAddress
 
bool isStaticCall
 
FF calldataHash
 

Detailed Description

Definition at line 181 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::PublicCallRequest::MSGPACK_FIELDS ( msgSender  ,
contractAddress  ,
isStaticCall  ,
calldataHash   
)

◆ operator==()

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

Member Data Documentation

◆ calldataHash

FF bb::avm2::PublicCallRequest::calldataHash

Definition at line 185 of file aztec_types.hpp.

◆ contractAddress

AztecAddress bb::avm2::PublicCallRequest::contractAddress

Definition at line 183 of file aztec_types.hpp.

◆ isStaticCall

bool bb::avm2::PublicCallRequest::isStaticCall

Definition at line 184 of file aztec_types.hpp.

◆ msgSender

AztecAddress bb::avm2::PublicCallRequest::msgSender

Definition at line 182 of file aztec_types.hpp.


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