Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <response.hpp>
Public Member Functions | |
AddIndexedDataSequentiallyResponse ()=default | |
~AddIndexedDataSequentiallyResponse ()=default | |
AddIndexedDataSequentiallyResponse (const AddIndexedDataSequentiallyResponse &other)=default | |
AddIndexedDataSequentiallyResponse (AddIndexedDataSequentiallyResponse &&other) noexcept=default | |
AddIndexedDataSequentiallyResponse & | operator= (const AddIndexedDataSequentiallyResponse &other)=default |
AddIndexedDataSequentiallyResponse & | operator= (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 |
Definition at line 92 of file response.hpp.
|
default |
|
default |
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
AddDataResponse bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::add_data_result |
Definition at line 93 of file response.hpp.
std::shared_ptr<std::vector<LeafUpdateWitnessData<LeafValueType> > > bb::crypto::merkle_tree::AddIndexedDataSequentiallyResponse< LeafValueType >::insertion_witness_data |
Definition at line 95 of file response.hpp.
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.