Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType > Struct Template Reference

#include <response.hpp>

Public Member Functions

 AddIndexedDataSequentiallyResponse ()=default
 
 ~AddIndexedDataSequentiallyResponse ()=default
 
 AddIndexedDataSequentiallyResponse (const AddIndexedDataSequentiallyResponse &other)=default
 
 AddIndexedDataSequentiallyResponse (AddIndexedDataSequentiallyResponse &&other) noexcept=default
 
AddIndexedDataSequentiallyResponseoperator= (const AddIndexedDataSequentiallyResponse &other)=default
 
AddIndexedDataSequentiallyResponseoperator= (AddIndexedDataSequentiallyResponse &&other) noexcept=default
 

Public Attributes

AddDataResponse add_data_result
 
std::shared_ptr< std::vector< LeafUpdateWitnessData< LeafValueType > > > low_leaf_witness_data
 
std::shared_ptr< std::vector< LeafUpdateWitnessData< LeafValueType > > > insertion_witness_data
 

Detailed Description

template<typename LeafValueType>
struct bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >

Definition at line 92 of file response.hpp.

Constructor & Destructor Documentation

◆ AddIndexedDataSequentiallyResponse() [1/3]

template<typename LeafValueType >
bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::AddIndexedDataSequentiallyResponse ( )
default

◆ ~AddIndexedDataSequentiallyResponse()

◆ AddIndexedDataSequentiallyResponse() [2/3]

template<typename LeafValueType >
bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::AddIndexedDataSequentiallyResponse ( const AddIndexedDataSequentiallyResponse< LeafValueType > &  other)
default

◆ AddIndexedDataSequentiallyResponse() [3/3]

template<typename LeafValueType >
bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::AddIndexedDataSequentiallyResponse ( AddIndexedDataSequentiallyResponse< LeafValueType > &&  other)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]

Member Data Documentation

◆ add_data_result

◆ insertion_witness_data

template<typename LeafValueType >
std::shared_ptr<std::vector<LeafUpdateWitnessData<LeafValueType> > > bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::insertion_witness_data

Definition at line 95 of file response.hpp.

◆ low_leaf_witness_data

template<typename LeafValueType >
std::shared_ptr<std::vector<LeafUpdateWitnessData<LeafValueType> > > bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::low_leaf_witness_data

Definition at line 94 of file response.hpp.


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