28 #include <iota/api/requests/base.hpp> 29 #include <iota/types/trytes.hpp> 52 explicit GetTrytes(
const std::vector<Types::Trytes>& hashes = {});
65 void serialize(json& data)
const override;
71 std::vector<Types::Trytes> hashes_;
void serialize(json &data) const override
GetTrytes(const std::vector< Types::Trytes > &hashes={})
Definition: get_trytes.hpp:45