Path in Merkle tree which proves that subject
is inside this tree.
More...
Definition at line 31 of file merkle_path.hpp.
#include <merkle_path.hpp>
◆ calculateMerkleRoot()
uint256 altintegration::MerklePath::calculateMerkleRoot |
( |
| ) |
const |
- Returns
- hash merkle root hash
◆ toRaw()
void altintegration::MerklePath::toRaw |
( |
WriteStream & |
stream | ) |
const |
- Parameters
-
stream | data stream to write into |
◆ toVbkEncoding()
void altintegration::MerklePath::toVbkEncoding |
( |
WriteStream & |
stream | ) |
const |
- Parameters
-
stream | data stream to write into |
◆ index
int32_t altintegration::MerklePath::index {} |
◆ layers
std::vector<uint256> altintegration::MerklePath::layers {} |
◆ subject
uint256 altintegration::MerklePath::subject {} |
The documentation for this struct was generated from the following file: