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

#include <response.hpp>

Public Member Functions

 MSGPACK_FIELDS (index, path)
 
 SiblingPathAndIndex ()=default
 
 ~SiblingPathAndIndex ()=default
 
 SiblingPathAndIndex (index_t index, fr_sibling_path path)
 
 SiblingPathAndIndex (const SiblingPathAndIndex &other)=default
 
 SiblingPathAndIndex (SiblingPathAndIndex &&other) noexcept=default
 
SiblingPathAndIndexoperator= (const SiblingPathAndIndex &other)=default
 
SiblingPathAndIndexoperator= (SiblingPathAndIndex &&other) noexcept=default
 

Public Attributes

index_t index
 
fr_sibling_path path
 

Detailed Description

Definition at line 127 of file response.hpp.

Constructor & Destructor Documentation

◆ SiblingPathAndIndex() [1/4]

bb::crypto::merkle_tree::SiblingPathAndIndex::SiblingPathAndIndex ( )
default

◆ ~SiblingPathAndIndex()

bb::crypto::merkle_tree::SiblingPathAndIndex::~SiblingPathAndIndex ( )
default

◆ SiblingPathAndIndex() [2/4]

bb::crypto::merkle_tree::SiblingPathAndIndex::SiblingPathAndIndex ( index_t  index,
fr_sibling_path  path 
)
inline

Definition at line 135 of file response.hpp.

◆ SiblingPathAndIndex() [3/4]

bb::crypto::merkle_tree::SiblingPathAndIndex::SiblingPathAndIndex ( const SiblingPathAndIndex other)
default

◆ SiblingPathAndIndex() [4/4]

bb::crypto::merkle_tree::SiblingPathAndIndex::SiblingPathAndIndex ( SiblingPathAndIndex &&  other)
defaultnoexcept

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::crypto::merkle_tree::SiblingPathAndIndex::MSGPACK_FIELDS ( index  ,
path   
)

◆ operator=() [1/2]

SiblingPathAndIndex & bb::crypto::merkle_tree::SiblingPathAndIndex::operator= ( const SiblingPathAndIndex other)
default

◆ operator=() [2/2]

SiblingPathAndIndex & bb::crypto::merkle_tree::SiblingPathAndIndex::operator= ( SiblingPathAndIndex &&  other)
defaultnoexcept

Member Data Documentation

◆ index

index_t bb::crypto::merkle_tree::SiblingPathAndIndex::index

Definition at line 128 of file response.hpp.

◆ path

fr_sibling_path bb::crypto::merkle_tree::SiblingPathAndIndex::path

Definition at line 129 of file response.hpp.


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