6 #ifndef IROHA_SHARED_MODEL_PROTO_ACCOUNT_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_ACCOUNT_RESPONSE_HPP 12 #include "qry_responses.pb.h" 25 const iroha::protocol::AccountResponse &account_response_;
34 #endif // IROHA_SHARED_MODEL_PROTO_ACCOUNT_RESPONSE_HPP Definition: account.hpp:20
Definition: proto_account_response.hpp:16
const interface::Account & account() const override
Definition: proto_account_response.cpp:24
Definition: account.hpp:16
const AccountRolesIdType & roles() const override
Definition: proto_account_response.cpp:28
std::vector< types::RoleIdType > AccountRolesIdType
Collection of role_id types.
Definition: account_response.hpp:22
Definition: account_response.hpp:19
AccountResponse(iroha::protocol::QueryResponse &query_response)
Definition: proto_account_response.cpp:13
Definition: command_executor.hpp:13