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
 
FF content
 

Detailed Description

Definition at line 104 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

Definition at line 106 of file aztec_types.hpp.

◆ recipient

EthAddress bb::avm2::L2ToL1Message::recipient

Definition at line 105 of file aztec_types.hpp.


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