Files
sashimono/bootstrap-contract/bootstrap_contract.hpp
2021-06-18 11:33:34 +05:30

11 lines
263 B
C++

#ifndef _SA_BOOTSTRAP_CONTRACT_
#define _SA_BOOTSTRAP_CONTRACT_
#include "hotpocket_contract.h"
#include <jsoncons/json.hpp>
#include <jsoncons_ext/bson/bson.hpp>
void create_upload_success_message(std::vector<uint8_t> &msg, std::string_view filename);
#endif