Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::GetLeafPreimageHint< LeafPreimage_ > Struct Template Reference

#include <avm_io.hpp>

Public Member Functions

bool operator== (const GetLeafPreimageHint< LeafPreimage_ > &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, index, leaf_preimage)
 

Public Attributes

AppendOnlyTreeSnapshot hint_key
 
uint64_t index
 
LeafPreimage_ leaf_preimage
 

Detailed Description

template<typename LeafPreimage_>
struct bb::avm2::GetLeafPreimageHint< LeafPreimage_ >

Definition at line 214 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

template<typename LeafPreimage_ >
bb::avm2::GetLeafPreimageHint< LeafPreimage_ >::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
index  ,
leaf_preimage   
)

◆ operator==()

template<typename LeafPreimage_ >
bool bb::avm2::GetLeafPreimageHint< LeafPreimage_ >::operator== ( const GetLeafPreimageHint< LeafPreimage_ > &  other) const
default

Member Data Documentation

◆ hint_key

template<typename LeafPreimage_ >
AppendOnlyTreeSnapshot bb::avm2::GetLeafPreimageHint< LeafPreimage_ >::hint_key

Definition at line 215 of file avm_io.hpp.

◆ index

template<typename LeafPreimage_ >
uint64_t bb::avm2::GetLeafPreimageHint< LeafPreimage_ >::index

Definition at line 217 of file avm_io.hpp.

◆ leaf_preimage

template<typename LeafPreimage_ >
LeafPreimage_ bb::avm2::GetLeafPreimageHint< LeafPreimage_ >::leaf_preimage

Definition at line 219 of file avm_io.hpp.


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