28 #include <iota/api/requests/base.hpp> 29 #include <iota/models/address.hpp> 30 #include <iota/models/tag.hpp> 31 #include <iota/types/trytes.hpp> 60 explicit FindTransactions(
const std::vector<Models::Address>& addresses = {},
61 const std::vector<Models::Tag>& tags = {},
62 const std::vector<Types::Trytes>& approvees = {},
63 const std::vector<Types::Trytes>& bundles = {});
76 void serialize(json& data)
const override;
82 std::vector<Models::Address> addresses_;
86 std::vector<Models::Tag> tags_;
90 std::vector<Types::Trytes> approvees_;
95 std::vector<Types::Trytes> bundles_;
Definition: find_transactions.hpp:49
~FindTransactions()=default
FindTransactions(const std::vector< Models::Address > &addresses={}, const std::vector< Models::Tag > &tags={}, const std::vector< Types::Trytes > &approvees={}, const std::vector< Types::Trytes > &bundles={})
void serialize(json &data) const override