6 #ifndef IROHA_SHARED_MODEL_ACCOUNT_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_ACCOUNT_RESPONSE_HPP 34 std::string
toString()
const override;
40 #endif // IROHA_SHARED_MODEL_ACCOUNT_RESPONSE_HPP Definition: account.hpp:20
virtual const AccountRolesIdType & roles() const =0
std::string toString() const override
Definition: account_response.cpp:12
AccountResponse ModelType
Definition: model_primitive.hpp:27
std::vector< types::RoleIdType > AccountRolesIdType
Collection of role_id types.
Definition: account_response.hpp:22
Definition: account_response.hpp:19
virtual const Account & account() const =0
bool operator==(const ModelType &rhs) const override
Definition: account_response.cpp:20
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12