6 #ifndef IROHA_GET_ACCOUNT_TRANSACTIONS_H 7 #define IROHA_GET_ACCOUNT_TRANSACTIONS_H 12 #include "queries.pb.h" 28 const iroha::protocol::GetAccountTransactions &account_transactions_;
35 #endif // IROHA_GET_ACCOUNT_TRANSACTIONS_H Definition: get_account_transactions.hpp:21
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::TxPaginationMeta & paginationMeta() const override
Get the query pagination metadata.
Definition: proto_get_account_transactions.cpp:25
const interface::types::AccountIdType & accountId() const override
Definition: proto_get_account_transactions.cpp:20
Definition: command_executor.hpp:13
Definition: proto_get_account_transactions.hpp:16
GetAccountTransactions(iroha::protocol::Query &query)
Definition: proto_get_account_transactions.cpp:13