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