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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const GetLeafValueHint &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, index, value)
 

Public Attributes

AppendOnlyTreeSnapshot hint_key
 
world_state::MerkleTreeId tree_id
 
uint64_t index
 
FF value
 

Detailed Description

Definition at line 226 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GetLeafValueHint::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
tree_id  ,
index  ,
value   
)

◆ operator==()

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

Member Data Documentation

◆ hint_key

AppendOnlyTreeSnapshot bb::avm2::GetLeafValueHint::hint_key

Definition at line 227 of file avm_io.hpp.

◆ index

uint64_t bb::avm2::GetLeafValueHint::index

Definition at line 230 of file avm_io.hpp.

◆ tree_id

world_state::MerkleTreeId bb::avm2::GetLeafValueHint::tree_id

Definition at line 229 of file avm_io.hpp.

◆ value

FF bb::avm2::GetLeafValueHint::value

Definition at line 232 of file avm_io.hpp.


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