12#include <nlohmann/json_fwd.hpp>
19 using RpcCall = std::function<std::optional<nlohmann::json>(
const std::string & rpc_url,
const nlohmann::json & request)>;
24 std::optional<std::size_t>
max_polls = std::nullopt;
Definition address.hpp:17
std::function< std::optional< nlohmann::json >(const std::string &rpc_url, const nlohmann::json &request)> RpcCall
Definition ingestion.hpp:19
Definition ingestion.hpp:22
bool skip_sleep
Definition ingestion.hpp:25
std::optional< std::size_t > max_polls
Definition ingestion.hpp:24
RpcCall rpc_call
Definition ingestion.hpp:23