Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <response.hpp>
Public Member Functions | |
LeafUpdateWitnessData (const IndexedLeaf< LeafType > &l, const index_t &i, fr_sibling_path p) | |
LeafUpdateWitnessData ()=default | |
~LeafUpdateWitnessData ()=default | |
LeafUpdateWitnessData (const LeafUpdateWitnessData &other)=default | |
LeafUpdateWitnessData (LeafUpdateWitnessData &&other) noexcept=default | |
LeafUpdateWitnessData & | operator= (const LeafUpdateWitnessData &other)=default |
LeafUpdateWitnessData & | operator= (LeafUpdateWitnessData &&other) noexcept=default |
MSGPACK_FIELDS (leaf, index, path) | |
Public Attributes | |
IndexedLeaf< LeafType > | leaf |
index_t | index |
fr_sibling_path | path |
Definition at line 58 of file response.hpp.
|
inline |
Definition at line 63 of file response.hpp.
|
default |
|
default |
|
default |
|
defaultnoexcept |
bb::crypto::merkle_tree::LeafUpdateWitnessData< LeafType >::MSGPACK_FIELDS | ( | leaf | , |
index | , | ||
path | |||
) |
|
default |
|
defaultnoexcept |
index_t bb::crypto::merkle_tree::LeafUpdateWitnessData< LeafType >::index |
Definition at line 60 of file response.hpp.
IndexedLeaf<LeafType> bb::crypto::merkle_tree::LeafUpdateWitnessData< LeafType >::leaf |
Definition at line 59 of file response.hpp.
fr_sibling_path bb::crypto::merkle_tree::LeafUpdateWitnessData< LeafType >::path |
Definition at line 61 of file response.hpp.