mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
11 lines
263 B
C++
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
|