6 #ifndef IROHA_SHARED_MODEL_ACCOUNT_DETAIL_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_ACCOUNT_DETAIL_RESPONSE_HPP 31 virtual std::optional<std::reference_wrapper<const AccountDetailRecordId>>
34 std::string
toString()
const override;
40 #endif // IROHA_ACCOUNT_DETAIL_RESPONSE_HPP bool operator==(const ModelType &rhs) const override
Definition: account_detail_response.cpp:22
AccountDetailResponse ModelType
Definition: model_primitive.hpp:27
virtual size_t totalNumber() const =0
std::string DetailType
Type of detail.
Definition: types.hpp:75
Definition: account_detail_response.hpp:20
std::string toString() const override
Definition: account_detail_response.cpp:12
Definition: model_primitive.hpp:22
virtual std::optional< std::reference_wrapper< const AccountDetailRecordId > > nextRecordId() const =0
Definition: command_executor.hpp:12
virtual const types::DetailType & detail() const =0