Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <response.hpp>
Public Member Functions | |
AddIndexedDataResponse ()=default | |
~AddIndexedDataResponse ()=default | |
AddIndexedDataResponse (const AddIndexedDataResponse &other)=default | |
AddIndexedDataResponse (AddIndexedDataResponse &&other) noexcept=default | |
AddIndexedDataResponse & | operator= (const AddIndexedDataResponse &other)=default |
AddIndexedDataResponse & | operator= (AddIndexedDataResponse &&other) noexcept=default |
Public Attributes | |
AddDataResponse | add_data_result |
fr_sibling_path | subtree_path |
std::shared_ptr< std::vector< std::pair< LeafValueType, size_t > > > | sorted_leaves |
std::shared_ptr< std::vector< LeafUpdateWitnessData< LeafValueType > > > | low_leaf_witness_data |
Definition at line 78 of file response.hpp.
|
default |
|
default |
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
AddDataResponse bb::crypto::merkle_tree::AddIndexedDataResponse< LeafValueType >::add_data_result |
Definition at line 79 of file response.hpp.
std::shared_ptr<std::vector<LeafUpdateWitnessData<LeafValueType> > > bb::crypto::merkle_tree::AddIndexedDataResponse< LeafValueType >::low_leaf_witness_data |
Definition at line 82 of file response.hpp.
std::shared_ptr<std::vector<std::pair<LeafValueType, size_t> > > bb::crypto::merkle_tree::AddIndexedDataResponse< LeafValueType >::sorted_leaves |
Definition at line 81 of file response.hpp.
fr_sibling_path bb::crypto::merkle_tree::AddIndexedDataResponse< LeafValueType >::subtree_path |
Definition at line 80 of file response.hpp.