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

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const GetSiblingPathHint &other) const =default
 
 MSGPACK_FIELDS (hintKey, treeId, index, path)
 

Public Attributes

AppendOnlyTreeSnapshot hintKey
 
world_state::MerkleTreeId treeId
 
uint64_t index
 
std::vector< FFpath
 

Detailed Description

Definition at line 165 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::GetSiblingPathHint::MSGPACK_FIELDS ( hintKey  ,
treeId  ,
index  ,
path   
)

◆ operator==()

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

Member Data Documentation

◆ hintKey

AppendOnlyTreeSnapshot bb::avm2::GetSiblingPathHint::hintKey

Definition at line 166 of file avm_inputs.hpp.

◆ index

uint64_t bb::avm2::GetSiblingPathHint::index

Definition at line 169 of file avm_inputs.hpp.

◆ path

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

Definition at line 171 of file avm_inputs.hpp.

◆ treeId

world_state::MerkleTreeId bb::avm2::GetSiblingPathHint::treeId

Definition at line 168 of file avm_inputs.hpp.


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