#include "proto_get_transactions.hpp"


Public Member Functions | |
| GetTransactions (iroha::protocol::Query &query) | |
| const TransactionHashesType & | transactionHashes () const override |
Public Member Functions inherited from shared_model::interface::GetTransactions | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< GetTransactions > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::GetTransactions | |
| using | TransactionHashesType = std::vector< interface::types::HashType > |
| type of hashes collection More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< GetTransactions > | |
| using | ModelType = GetTransactions |
|
explicit |

|
overridevirtual |
Implements shared_model::interface::GetTransactions.