#include <library/include/ipfs_client/ipld/dag_node.h>
Response when the partition does not yet have all the blocks needed to fulfill the request.
◆ MoreDataNeeded() [1/2]
ipfs::ipld::MoreDataNeeded::MoreDataNeeded |
( |
std::string |
one | ) |
|
|
inlineexplicit |
Construct if just one piece of data is known to be needed
- Parameters
-
one | The /ipfs/path of the data needed |
◆ MoreDataNeeded() [2/2]
template<class Range >
ipfs::ipld::MoreDataNeeded::MoreDataNeeded |
( |
Range const & |
many | ) |
|
|
inlineexplicit |
Construct from a range of needed data
- Parameters
-
many | The /ipfs/paths known to be needed |
◆ ipfs_abs_paths_
std::vector<std::string> ipfs::ipld::MoreDataNeeded::ipfs_abs_paths_ |
The documentation for this struct was generated from the following file: