#include "get_transactions.hpp"


Public Types | |
| using | TxHashType = iroha::hash256_t |
| using | TxHashCollectionType = std::vector< TxHashType > |
Public Attributes | |
| TxHashCollectionType | tx_hashes {} |
Public Attributes inherited from iroha::model::Query | |
| Signature | signature {} |
| std::string | creator_account_id {} |
| ts64_t | created_ts {} |
| uint64_t | query_counter {} |
Additional Inherited Members | |
Public Member Functions inherited from iroha::model::Query | |
| virtual | ~Query () |
Query for getting transactions of given transactions' hashes
| using iroha::model::GetTransactions::TxHashCollectionType = std::vector<TxHashType> |
| TxHashCollectionType iroha::model::GetTransactions::tx_hashes {} |
Hashes of the transaction to be retrieved