#include <incrementalmerkletree.h>
Definition at line 21 of file incrementalmerkletree.h.
◆ MerklePath() [1/2]
| libzcash::MerklePath::MerklePath |
( |
| ) |
|
|
inline |
◆ MerklePath() [2/2]
| libzcash::MerklePath::MerklePath |
( |
std::vector< std::vector< bool >> |
authentication_path, |
|
|
std::vector< bool > |
index |
|
) |
| |
|
inline |
◆ Serialize()
template<typename Stream >
| void libzcash::MerklePath::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
| void libzcash::MerklePath::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ authentication_path
| std::vector<std::vector<bool> > libzcash::MerklePath::authentication_path |
◆ index
| std::vector<bool> libzcash::MerklePath::index |
The documentation for this class was generated from the following file: