6 #ifndef IROHA_SHARED_MODEL_PROTO_ROLE_PERMISSIONS_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_ROLE_PERMISSIONS_RESPONSE_HPP 11 #include "qry_responses.pb.h" 23 std::string
toString()
const override;
26 const iroha::protocol::RolePermissionsResponse
27 &role_permissions_response_;
34 #endif // IROHA_SHARED_MODEL_PROTO_ROLE_PERMISSIONS_RESPONSE_HPP const interface::RolePermissionSet & rolePermissions() const override
Definition: proto_role_permissions_response.cpp:30
std::string toString() const override
Definition: proto_role_permissions_response.cpp:34
Definition: permissions.hpp:103
Definition: role_permissions.hpp:19
Definition: command_executor.hpp:13
Definition: proto_role_permissions_response.hpp:15
RolePermissionsResponse(iroha::protocol::QueryResponse &query_response)
Definition: proto_role_permissions_response.cpp:14