ipfs-chromium
Loading...
Searching...
No Matches
src
ipfs_client
gw
providers_response.h
1
#ifndef IPFS_CHROMIUM_PROVIDERS_RESPONSE_H
2
#define IPFS_CHROMIUM_PROVIDERS_RESPONSE_H
3
4
#include <string_view>
5
6
namespace
ipfs {
7
class
Client;
8
}
9
10
namespace
ipfs::providers {
11
bool
ProcessResponse(std::string_view json_str, Client& api);
12
}
13
14
#endif
// IPFS_CHROMIUM_PROVIDERS_RESPONSE_H
Generated by
1.9.8