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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const PrivateToAvmAccumulatedDataArrayLengths &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs)
 

Public Attributes

uint32_t note_hashes = 0
 
uint32_t nullifiers = 0
 
uint32_t l2_to_l1_msgs = 0
 

Detailed Description

Definition at line 430 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::MSGPACK_CAMEL_CASE_FIELDS ( note_hashes  ,
nullifiers  ,
l2_to_l1_msgs   
)

◆ operator==()

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

Member Data Documentation

◆ l2_to_l1_msgs

uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::l2_to_l1_msgs = 0

Definition at line 433 of file aztec_types.hpp.

◆ note_hashes

uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::note_hashes = 0

Definition at line 431 of file aztec_types.hpp.

◆ nullifiers

uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::nullifiers = 0

Definition at line 432 of file aztec_types.hpp.


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