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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const L2ToL1Message &other) const =default
 
 MSGPACK_FIELDS (recipient, content)
 

Public Attributes

EthAddress recipient = 0
 
FF content = 0
 

Detailed Description

Definition at line 214 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::L2ToL1Message::MSGPACK_FIELDS ( recipient  ,
content   
)

◆ operator==()

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

Member Data Documentation

◆ content

FF bb::avm2::L2ToL1Message::content = 0

Definition at line 216 of file aztec_types.hpp.

◆ recipient

EthAddress bb::avm2::L2ToL1Message::recipient = 0

Definition at line 215 of file aztec_types.hpp.


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