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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const PublicLog &other) const =default
 
 MSGPACK_FIELDS (contractAddress, fields, emittedLength)
 

Public Attributes

AztecAddress contractAddress
 
std::array< FF, PUBLIC_LOG_SIZE_IN_FIELDSfields
 
uint32_t emittedLength
 

Detailed Description

Definition at line 122 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::PublicLog::MSGPACK_FIELDS ( contractAddress  ,
fields  ,
emittedLength   
)

◆ operator==()

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

Member Data Documentation

◆ contractAddress

AztecAddress bb::avm2::PublicLog::contractAddress

Definition at line 123 of file aztec_types.hpp.

◆ emittedLength

uint32_t bb::avm2::PublicLog::emittedLength

Definition at line 125 of file aztec_types.hpp.

◆ fields

std::array<FF, PUBLIC_LOG_SIZE_IN_FIELDS> bb::avm2::PublicLog::fields

Definition at line 124 of file aztec_types.hpp.


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