#ifndef _SA_BOOTSTRAP_CONTRACT_ #define _SA_BOOTSTRAP_CONTRACT_ #include "hotpocket_contract.h" #include #include void create_response_message(std::vector &msg, std::string_view type, std::string_view message); #endif