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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const GetSiblingPathHint &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, index, path)
 

Public Attributes

AppendOnlyTreeSnapshot hint_key
 
world_state::MerkleTreeId tree_id
 
uint64_t index
 
std::vector< FFpath
 

Detailed Description

Definition at line 187 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GetSiblingPathHint::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
tree_id  ,
index  ,
path   
)

◆ operator==()

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

Member Data Documentation

◆ hint_key

AppendOnlyTreeSnapshot bb::avm2::GetSiblingPathHint::hint_key

Definition at line 188 of file avm_io.hpp.

◆ index

uint64_t bb::avm2::GetSiblingPathHint::index

Definition at line 191 of file avm_io.hpp.

◆ path

std::vector<FF> bb::avm2::GetSiblingPathHint::path

Definition at line 193 of file avm_io.hpp.

◆ tree_id

world_state::MerkleTreeId bb::avm2::GetSiblingPathHint::tree_id

Definition at line 190 of file avm_io.hpp.


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