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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const PublicLogs &other) const =default
 
 MSGPACK_FIELDS (length, payload)
 
void add_log (PublicLog log)
 

Public Attributes

uint32_t length
 
std::array< FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTHpayload
 

Detailed Description

Definition at line 133 of file aztec_types.hpp.

Member Function Documentation

◆ add_log()

void bb::avm2::PublicLogs::add_log ( PublicLog  log)
inline

Definition at line 140 of file aztec_types.hpp.

◆ MSGPACK_FIELDS()

bb::avm2::PublicLogs::MSGPACK_FIELDS ( length  ,
payload   
)

◆ operator==()

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

Member Data Documentation

◆ length

uint32_t bb::avm2::PublicLogs::length

Definition at line 134 of file aztec_types.hpp.

◆ payload

std::array<FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH> bb::avm2::PublicLogs::payload

Definition at line 135 of file aztec_types.hpp.


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