6 #ifndef IROHA_PROTO_ACCOUNT_DETAIL_RESPONSE_HPP 7 #define IROHA_PROTO_ACCOUNT_DETAIL_RESPONSE_HPP 13 #include "qry_responses.pb.h" 27 std::optional<std::reference_wrapper<
32 const iroha::protocol::AccountDetailResponse &account_detail_response_;
33 const std::optional<const AccountDetailRecordId> next_record_id_;
38 #endif // IROHA_PROTO_ACCOUNT_DETAIL_RESPONSE_HPP
const interface::types::DetailType & detail() const override
Definition: proto_account_detail_response.cpp:23
Provides query metadata for account detail list pagination.
Definition: account_detail_record_id.hpp:17
std::string DetailType
Type of detail.
Definition: types.hpp:77
Definition: account_detail_response.hpp:20
AccountDetailResponse(iroha::protocol::QueryResponse &query_response)
Definition: proto_account_detail_response.cpp:11
Definition: proto_account_detail_response.hpp:17
size_t totalNumber() const override
Definition: proto_account_detail_response.cpp:27
std::optional< std::reference_wrapper< const shared_model::interface::AccountDetailRecordId > > nextRecordId() const override
Definition: proto_account_detail_response.cpp:33
Definition: command_executor.hpp:13