28 #include <iota/api/responses/base.hpp> 29 #include <iota/types/trytes.hpp> 58 explicit AttachToTangle(
const std::vector<Types::Trytes>& trytes = {});
84 const std::vector<Types::Trytes>&
getTrytes()
const;
91 std::vector<Types::Trytes> trytes_;
Definition: attach_to_tangle.hpp:51
const std::vector< Types::Trytes > & getTrytes() const
void deserialize(const json &res) override
AttachToTangle(const std::vector< Types::Trytes > &trytes={})
~AttachToTangle()=default