15 std::shared_ptr<::taraxa::DagManager> dag_manager,
16 std::shared_ptr<::taraxa::PbftManager> pbft_manager,
17 std::shared_ptr<::taraxa::TransactionManager> transaction_manager,
18 std::shared_ptr<::taraxa::DbStorage> db, std::shared_ptr<::taraxa::GasPricer> gas_pricer,
19 std::weak_ptr<::taraxa::Network> network, uint64_t chain_id);
28 std::shared_ptr<graphql::taraxa::Query>
query_;
29 std::shared_ptr<graphql::taraxa::Mutation>
mutation_;
Definition http_processor.hpp:12
std::shared_ptr< graphql::taraxa::Query > query_
Definition http_processor.hpp:28
std::shared_ptr< graphql::taraxa::Subscription > subscription_
Definition http_processor.hpp:30
graphql::taraxa::Operations operations_
Definition http_processor.hpp:31
std::shared_ptr< graphql::taraxa::Mutation > mutation_
Definition http_processor.hpp:29
Response createErrResponse(std::string &&="")
Definition http_processor.cpp:80
Response process(const Request &request) override
Definition http_processor.cpp:27
Response createErrResponse(graphql::response::Value &&error_value)
Response createOkResponse(std::string &&response_body)
Definition http_processor.cpp:103
Definition http_server.hpp:13
boost::beast::http::request< boost::beast::http::string_body > Request
Definition http_server.hpp:15
boost::beast::http::response< boost::beast::http::string_body > Response
Definition http_server.hpp:16
Definition http_processor.hpp:11